Question 365:
You have a web application composed of an Auto Scaling group of web servers behind a load balancer, and create a new AMI for each application version for deployment. You have a new version to release, and you want to use the Blue-Green deployment technique to migrate users over in a controlled manner while the size of the fleet remains constant over a period of 6 hours, to ensure that the new version is performing well. What option should you choose to enable this technique while being able to roll back easily? Choose 2 answers from the options given below. Each answer presents part of the solution
Answer options:
A.Create an Auto Scaling launch configuration with the new AMI to use the new launch configuration and to register instances with the new load balancer B.Create an Auto Scaling launch configuration with the new AMI to use the new launch configuration and to register instances with the existing load balancer C.Use Amazon Route53 weighted Round Robin to vary the proportion of requests sent to the load balancers. D.Configure Elastic Load Balancing to vary the proportion of requests sent to instances running the two application versions.