AWS Certified Solutions Architect – Professional — Question 664

A company owns a chain of travel agencies and is running an application in the AWS Cloud. Company employees use the application to search for information about travel destinations. Destination content is updated four times each year.
Two fixed Amazon EC2 instances serve the application. The company uses an Amazon Route 53 public hosted zone with a multivalue record of travel.example.com that returns the Elastic IP addresses for the EC2 instances. The application uses Amazon DynamoDB as its primary data store. The company uses a self-hosted Redis instance as a caching solution.
During content updates, the load on the EC2 instances and the caching solution increases drastically. This increased load has led to downtime on several occasions. A solutions architect must update the application so that the application is highly available and can handle the load that is generated by the content updates.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the correct solution as it effectively integrates DynamoDB Accelerator (DAX) for improved caching performance and implements an Auto Scaling group with an Application Load Balancer (ALB) to manage traffic during peak loads. The other options either do not leverage DAX properly or suggest manual scaling, which does not provide an automated and efficient response to the load during content updates.