SAA-C03 · Question #782
SAA-C03 Question #782: Real Exam Question with Answer & Explanation
The correct answer is D: Migrate the database to an Amazon Aurora Serverless cluster. Set the maximum Aurora capacity. Amazon Aurora Serverless automatically scales database capacity based on actual demand, handling sudden spikes in write traffic without requiring application code changes. This approach improves database availability and ensures the website remains responsive during traffic surge
Question
A company hosts a two-tier website that runs on Amazon EC2 instances. The website has a database that runs on Amazon RDS for MySQL. All users are required to log in to the website to see their own customized pages. The website typically experiences low traffic. Occasionally, the website experiences sudden increases in traffic and becomes unresponsive. During these increases in traffic, the database experiences a heavy write load. A solutions architect must improve the website's availability without changing the application code. What should the solutions architect do to meet these requirements?
Options
- ACreate an Amazon ElastiCache (Redis OSS) cluster. Configure the application to cache common
- BCreate an Auto Scaling group. Configure Amazon CloudWatch alarms to scale the number of
- CCreate an Amazon CloudFront distribution that points to the EC2 instances as the origin. Enable
- DMigrate the database to an Amazon Aurora Serverless cluster. Set the maximum Aurora capacity
Explanation
Amazon Aurora Serverless automatically scales database capacity based on actual demand, handling sudden spikes in write traffic without requiring application code changes. This approach improves database availability and ensures the website remains responsive during traffic surges.
Community Discussion
No community discussion yet for this question.