by nClouds | Jan 26, 2015 | Announcements, Migration, MSP
In last week, I was playing with cross-account IAM roles to achieve key-less job executions in our amazon web services environment. As a security prospective, IAM role is better option over aws keys as there is no need of aws keys ,awscli or s3cmd to access aws...
by nClouds | Nov 4, 2014 | Announcements, Migration, MSP
Here at nClouds one of our clients wanted us to implement a Search Engine that autofills in one of their applications. We looked into various search engines and found that SolrCloud had the best collection of search indexes in storage. So, here in this blog we will go...
by nClouds | Sep 10, 2013 | Announcements, Migration, Uncategorized
In this post, I am going to be creating a demo Rails stack using Chef, Vagrant and Berkshelf. Chef is an open source configuration management system, it allows you to treat your infrastructure as a code. Vagrant allows you to create Virtualbox machines, they also have...
by nClouds | Jun 13, 2013 | Announcements, Migration, MSP
While working on RDS database, several times we observe that RDS slowdowns due to high CPU load which can cause due to lots of queries hitting to DB and run at the same time. surely you can setup a monitoring system which can send you alerts related to CPU load. But...
by nClouds | Jun 11, 2013 | Announcements, Migration, MSP
I tried to kill query on AWS RDS today and I got an error saying “ERROR 1095 (HY000): You are not owner of thread” , even though I was using the admin account for RDS. As the error suggests, in order to kill it, you need to be the process owner. You can get the info...