by nClouds | Mar 25, 2015 | Announcements, Migration, MSP
OpsWorks can manage the life cycle of an application. But most of the time we find it useful to orchestrate OpsWorks deployments through Jenkins events because Jenkins easily integrates with many current workflows for most of the clients. Let’s talk about some of the...
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...