An enterprise is designing a regulatory-compliant application on AWS. The application must achieve high availability across multiple physical facilities, support single-digit millisecond latency for users in a remote metropolitan city, and ensure that customer data remains strictly within national borders. Which TWO of the following statements correctly describe how the AWS Global Infrastructure handles these requirements? (Select TWO.)
- Deploying the workload across multiple Availability Zones in a single AWS Region provides physical separation between data centers while keeping data within the same national boundary.Answer
- AWS Local Zones can be used to run latency-sensitive applications closer to end-users in the remote metropolitan city, while maintaining a connection to the parent AWS Region.Answer
- CAWS automatically mirrors all customer database transactions to a secondary AWS Region by default to prevent data loss, while maintaining local compliance constraints.
- DAWS Edge Locations can host instances of Amazon Relational Database Service (Amazon RDS) to store local user data and satisfy the single-digit millisecond latency requirement.
- EDeploying application servers across different Availability Zones within a single Region ensures that the application is distributed across multiple distinct geographic countries.
Answer
Deploying the workload across multiple Availability Zones in a single AWS Region provides physical separation between data centers while keeping data within the same national boundary, and AWS Local Zones can be used to run latency-sensitive applications closer to end-users in the remote metropolitan city, while maintaining a connection to the parent AWS Region.
The correct options correctly describe the functions of Availability Zones and Local Zones. Multiple Availability Zones within one Region provide redundant, physically isolated power and cooling domains to guarantee high availability while keeping data inside the same country to meet data residency rules. AWS Local Zones place compute and storage services close to metropolitan areas to satisfy low-latency demands for local users.
Step-by-Step Solution
Key Concept
AWS Global Infrastructure components (Regions, Availability Zones, Local Zones, and Edge Locations) serve distinct roles in resiliency, latency, and compliance.