DevOps, Technology

An Introduction to CircleCI

CircleCI is the continuous integration & delivery platform that helps development teams to release code rapidly and automate the build, test, and deploy process using Docker container. CircleCI is a reliable platform that works well with languages like Ruby, Python, NodeJS, Java and Clojure. Steps to Signup with CircleCI Signing up...

by Ankit Kumar
Tag: Deployments
29-Nov-2016

AWS, DevOps

AWS CodeDeploy Automatic Rollback using AWS Lambda

AWS Lambda is a compute service where we can upload our code to AWS Lambda and the service can run the code on our behalf using AWS infrastructure. AWS CodeDeploy is a service that automates code deployments to Amazon EC2 instances. AWS CodeDeploy makes it easier to rapidly release new features, helps to avoid downtime during...

by Shruti Lamba
Tag: Deployments
08-Jun-2016

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: Deployments
28-Feb-2014