AWS Certified Solutions Architect – Professional — Question 38

Your company has an on-premises multi-tier PHP web application, which recently experienced downtime due to a large burst in web traffic due to a company announcement Over the coming days, you are expecting similar announcements to drive similar unpredictable bursts, and are looking to find ways to quickly improve your infrastructures ability to handle unexpected increases in traffic.
The application currently consists of 2 tiers a web tier which consists of a load balancer and several Linux Apache web servers as well as a database tier which hosts a Linux server hosting a MySQL database.
Which scenario below will provide full site functionality, while helping to improve the ability of your application in the short timeframe required?

Answer options

Correct answer: B

Explanation

The correct answer, B, is ideal as it allows for dynamic scaling of web servers in response to traffic demands through Auto Scaling and Elastic Load Balancing, effectively enhancing the application's performance during peak times. Option A does not maintain the original application's functionality since it directs traffic to a static S3-hosted site. Option C focuses on caching but does not address scaling the application for incoming traffic. Option D, while it involves migration and scaling, may not be as quick to implement as the hybrid approach in a short timeframe.