Question 332:
Your architecture for an application currently consists of EC2 Instances sitting behind a classic ELB. The EC2 Instances are used to serve an application and are accessible through the internet. What could be done to improve this architecture if the number of users accessing the application increases regularly?
Answer options:
A.Add another ELB to the architecture. B.Use Auto Scaling Groups. C.Use an Application Load Balancer instead. D.Use the Elastic Container Service.