Which solution will satisfy these requirements?
A DevOps Engineer manages a web application that runs on Amazon EC2 instances behind an Application Load Balancer (ALB).The instances run in an EC2Auto Scaling group across multiple Availability Zones.The engineer needs to implement a deployment strategy that:✑ Launches a second fleet of instances with the same capacity as the original fleet.✑ Maintains the original fleet unchanged while the second fleet is launched.✑ Transitions traffic to the second fleet when the second fleet is fully deployed.✑ Terminates the original fleet automatically 1 hour after transition.Which solution will satisfy these requirements?Read More →