How would you automate blue-green deployment in AWS with IaC

0 votes
How would you automate blue-green deployment in AWS with IaC?
Blue-green deployments allow seamless application updates with minimal downtime. How would you automate a blue-green deployment in AWS using Infrastructure-as-Code (IaC)? Describe any tools and sample code you’d use.
Nov 12 in DevOps Tools by Anila
• 5,040 points
55 views

1 answer to this question.

0 votes

To deploy a blue-green deployment to AWS, services such as AWS Elastic Beanstalk can be used in conjunction with load balancers or EC2 Auto Scaling groups. Resource provisioning and switching can be performed by tools like Terraform or AWS CloudFormation. 

With this setup, you can adjust target group weights to control traffic, effectively performing a blue-green switch.

answered Nov 21 by Gagana
• 7,530 points

Related Questions In DevOps Tools

0 votes
1 answer

How would you ensure consistent deployment with Docker Compose or Kubernetes?

1. Docker Compose Version Control: docker-compose.yml in Git ...READ MORE

answered Nov 22 in DevOps Tools by Gagana
• 7,530 points
74 views
0 votes
1 answer

How would you automate deployment and monitoring for a high-traffic Lambda app?

Automation of a highly trafficked AWS Lambda application's deployment and monitoring using AWS CodePipeline: Set up ...READ MORE

answered Nov 25 in DevOps Tools by Gagana
• 7,530 points
60 views
+5 votes
7 answers

Docker swarm vs kubernetes

Swarm is easy handling while kn8 is ...READ MORE

answered Aug 27, 2018 in Docker by Mahesh Ajmeria
4,011 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
4,072 views
0 votes
1 answer

How would you securely manage secrets in Terraform? Any examples with Vault or AWS Secrets?

Using HashiCorp Vault with Terraform Store a Secret ...READ MORE

answered Nov 13 in DevOps Tools by Gagana
• 7,530 points
73 views
0 votes
1 answer

How do you automate blue-green deployment for stateful services?

In order to automate blue-green deployment for ...READ MORE

answered Dec 2 in DevOps Tools by Gagana
• 7,530 points
59 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP