DevOps, Technology

Creating And Importing IAM User to Opsworks

Opsworks is a wonderful SaaS tool provided by AWS which off-loads human driven tasks like managing own chef server, installing agents on each server, creating ssh user(s) even on run-time for the servers and various other benefits. In this blog an IAM User will be created without any CLI credentials, it will be registered with...

by Vaibhav Gulati
Tag: OpsWorks
01-Aug-2016

AWS, DevOps

User Mangement using CHEF and AWS OpsWorks

CHEF is the most popular configuration management tool in the market these days as CHEF turns infrastructure into code and you can do almost anything using it. Recipes are the heart of CHEF. OpsWorks has been gaining a lot of momentum for last few months, the major factor being its support for CHEF. So, in this blog we will be discussing...

by Ranvijay Jamwal
Tag: OpsWorks
18-Oct-2015

AWS

Blue-Green Deployment with AWS OpsWorks

Blue-Green deployment is a technique in which a new parallel "green" environment is brought up, tested and then its switched with current "blue" Production environment. Which basically means all user traffic is now routed to new parallel "green" environment from current "blue" Production. This technique is often followed to ensure zero...

by Hitesh Bhatia
Tag: OpsWorks
28-Feb-2014