A financial services startup is designing a secure payment transaction processing system. To protect against local site failures such as power outages or flooding at a single facility, they want to distribute their application servers across multiple physical data centers. However, all data must remain within the same geographic boundary for compliance, and the replication latency must be minimal. Which AWS infrastructure design should the startup implement to satisfy these requirements?
- Deploy the application across multiple Availability Zones within a single AWS Region.Answer
- BDeploy the application across multiple AWS Regions.
- CDeploy the application using AWS Edge Locations.
- DDeploy the application using AWS Outposts in multiple on-premises data centers.
Answer
Deploy the application across multiple Availability Zones within a single AWS Region.
Deploying the application across multiple Availability Zones in a single AWS Region is the correct design. Availability Zones are physically distinct groups of data centers within a Region. They are isolated from local hazards like flooding or power grid failures, yet connected by low-latency networking. This allows for synchronous data replication and high availability while keeping all data residency within the same region.
Step-by-Step Solution
Key Concept
AWS Global Infrastructure - Regions and Availability Zones
Estimated Time:1m 0s