Bird
0
0

You want to design a fault-tolerant application that remains available even if an entire AWS Region fails. What is the best approach?

hard📝 Application Q8 of 15
AWS - Cloud Computing Fundamentals
You want to design a fault-tolerant application that remains available even if an entire AWS Region fails. What is the best approach?
ADeploy the application in multiple AZs within a single Region
BUse only one AZ with backup snapshots
CDeploy the application across multiple AWS Regions
DDeploy in a single Region and rely on AWS backups
Step-by-Step Solution
Solution:
  1. Step 1: Understand fault tolerance across Regions

    To survive a full Region failure, deployment must span multiple Regions.
  2. Step 2: Compare options

    Deploy the application across multiple AWS Regions correctly suggests multi-Region deployment; others only protect against AZ or local failures.
  3. Final Answer:

    Deploy the application across multiple AWS Regions -> Option C
  4. Quick Check:

    Region failure tolerance = Multi-Region deployment [OK]
Quick Trick: Multi-Region deployment protects against Region failure [OK]
Common Mistakes:
  • Thinking multi-AZ covers Region failure
  • Relying on backups only
  • Using single AZ with snapshots

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes