Question 19:
Your application is currently running on Amazon EC2 instances behind a load balancer. Your management has decided to use a Blue/Green deployment strategy. How should you implement this for each deployment?
Answer options:
A.Set up Amazon Route 53 health checks to fail over from any Amazon EC2 instance currently being deployed. B.Using AWS CloudFormation, create a test stack for validating the code, and then deploy it to each production Amazon EC2 instance. C.Create a new load balancer with new Amazon EC2 instances, carry out the deployment, and then switch DNS over to the new load balancer using Amazon Route 53 after testing. D.Launch more Amazon EC2 instances to ensure high availability, de-register each Amazon EC2 instance from the load balancer, upgrade it, test it, and then register it again with the load balancer.