Question 219:
You have a business-critical two-tier web application, currently deployed in 2 Availability Zones in the US East region, using Elastic Load Balancing and Auto Scaling. The app depends on synchronous replication at the database layer. The application needs to remain fully available even if one application AZ suddenly goes offline and Auto Scaling cannot launch new instances in the remaining AZ. How could the current Elastic Load Balancing be enhanced to ensure this?
Answer options:
A.Deploy in 2 regions using Weighted Round Robin with Auto Scaling set at a minimum 50% peak load per region. B.Deploy in 3 AZs with Auto Scaling, set to handle a minimum of 33 percent peak load per zone. C.Deploy in 3 AZs with Auto Scaling, set to handle a minimum 50 percent peak load per zone. D.Deploy in 2 regions using Weighted Round Robin with Auto Scaling, set at minimum 100% peak load per region.