Question

Difficulty: MediumAWS Global Infrastructure

A logistics enterprise is migrating its inventory management system to AWS. The architecture must protect against localized facility-level disruptions while also ensuring business continuity in the event of a widespread geographic disaster. Which of the following design decisions regarding AWS Global Infrastructure should the enterprise make? (Select TWO)

  1. Distribute application instances across multiple Availability Zones in a single AWS Region to survive localized infrastructure outages.Answer
  2. Replicate transactional data backups to a separate AWS Region to serve as a secondary disaster recovery site.Answer
  3. C
    Host the application database across multiple AWS Edge Locations to achieve low-latency synchronous replication.
  4. D
    Configure a single application cluster to span across Availability Zones in different countries to comply with local data sovereignty laws.
  5. E
    Place both the primary and standby databases in the same physical data center building to reduce inter-AZ communication latency.

Answer

The logistics enterprise should distribute application instances across multiple Availability Zones in a single AWS Region to survive localized infrastructure outages, and replicate transactional data backups to a separate AWS Region to serve as a secondary disaster recovery site.
Distributing application instances across multiple Availability Zones in a single AWS Region provides high availability and fault tolerance because each Availability Zone has independent power, cooling, and network connections. Replicating backups to a separate AWS Region ensures disaster recovery and business continuity because AWS Regions are geographically isolated and independent of each other.

Step-by-Step Solution

1
Analyze the requirement for surviving localized facility-level disruptions.
Identify that Availability Zones (AZs) consist of one or more discrete data centers with redundant power, networking, and connectivity. Deploying across multiple AZs within a single Region protects against localized outages.
Each Availability Zone is isolated from others, minimizing the impact of local events like power failures.
2
Analyze the requirement for business continuity during a widespread geographic disaster.
Identify that AWS Regions are geographically isolated locations. Replicating backups or data to a separate AWS Region protects against regional disruptions.
Since Regions are completely independent and separated by large distances, a disaster in one region will not affect the other.

Key Concept

AWS Regions and Availability Zones provide isolated infrastructure boundaries that support localized high availability (using Availability Zones) and broad disaster recovery (using separate Regions).
Rate this question