AWS

1 LLPYxmecpWhdghtdXSOhhg e1562086794355

Blue/Green deployments with AWS Auto-Scaling Group and Terraform

One of the goals that my colleagues and I emphasis when implementing DevOps best-practices is seamless CI-CD process. While some AWS services are bundled with deployment strategies out-of-the-box, sometimes, we want to be agnostic to a specific “wrapping” service (Elastic Beanstalk, CodeDeploy) and run our apps on “bare” EC2 instances, thus gain more control. So …

Blue/Green deployments with AWS Auto-Scaling Group and Terraform Read More »