Bird
0
0

A developer tries to deploy an application across two AWS regions but uses the same Availability Zone name in both regions. What is the likely issue?

medium📝 Debug Q14 of 15
AWS - Cloud Computing Fundamentals
A developer tries to deploy an application across two AWS regions but uses the same Availability Zone name in both regions. What is the likely issue?
AAvailability Zone names are globally unique, so this will cause a deployment error
BAvailability Zone names are unique only within a region, so using the same name in different regions is valid
CRegions cannot have Availability Zones with the same name, so deployment will fail
DUsing the same AZ name in different regions will cause data loss
Step-by-Step Solution
Solution:
  1. Step 1: Understand AZ naming scope

    AZ names are unique only inside their region; different regions can have AZs with the same name.
  2. Step 2: Evaluate deployment impact

    Using the same AZ name in different regions is allowed and does not cause errors or data loss.
  3. Final Answer:

    Availability Zone names are unique only within a region, so using the same name in different regions is valid -> Option B
  4. Quick Check:

    AZ names unique per region, not global [OK]
Quick Trick: AZ names repeat across regions, unique only inside region [OK]
Common Mistakes:
MISTAKES
  • Assuming AZ names are globally unique
  • Believing same AZ name causes deployment failure
  • Confusing AZ naming with region naming

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes