Bird
0
0

You are tasked with designing a web application that must remain available even if an entire AWS region experiences an outage. Which AWS architecture approach best meets this requirement?

hard📝 Architecture Q8 of 15
AWS - Architecture Best Practices
You are tasked with designing a web application that must remain available even if an entire AWS region experiences an outage. Which AWS architecture approach best meets this requirement?
ADeploy the application in multiple regions with Route 53 latency-based routing and data replication across regions.
BDeploy the application in a single region with multiple AZs and use an Elastic Load Balancer.
CDeploy the application in one AZ and use Auto Scaling to handle traffic spikes.
DUse a single region with multi-AZ RDS and rely on backups for disaster recovery.
Step-by-Step Solution
Solution:
  1. Step 1: Understand region failure impact

    Failure of an entire region requires multi-region deployment for high availability.
  2. Step 2: Evaluate options

    Only Deploy the application in multiple regions with Route 53 latency-based routing and data replication across regions. deploys across multiple regions with routing and replication.
  3. Final Answer:

    Deploy the application in multiple regions with Route 53 latency-based routing and data replication across regions. -> Option A
  4. Quick Check:

    Multi-region deployment is key for region-level fault tolerance [OK]
Quick Trick: Multi-region deployment ensures region failure resilience [OK]
Common Mistakes:
  • Assuming multi-AZ covers region failure
  • Relying solely on backups for availability
  • Using single AZ or region for critical apps

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes