Cloud · Flashcard
A three-tier web application runs in one Availability Zone. The business needs it to survive the loss of a zone, the reporting queries are saturating the database, and the budget will not stretch to a second Region. What is the smallest set of changes that meets all three?
Why this is the answer
The three requirements map to three separate mechanisms: a load balancer across zones for the stateless tier, Multi-AZ for database failover, and a read replica to take the reporting load off the primary. A second Region is explicitly out of budget, a Multi-AZ instance deployment's standby serves no traffic so it cannot absorb reporting, and read replicas are read-only — an application cannot write to them.
Read more in the docsMore AWS Solutions Architect Associate (SAA-C03) flashcards
- Private-subnet instances must reach S3 without traversing the internet, at the lowest cost. Which endpoint type?
- Reporting queries are saturating an RDS primary in a Multi-AZ instance deployment. What actually helps?
- Instances pull terabytes per month from S3 through a NAT gateway. What removes most of that charge?
