An enterprise wants to deploy a multi-tier web application on AWS with high availability. The database tier must replicate data synchronously to a standby instance in a separate, independent facility with its own power infrastructure, cooling, and network connectivity, located within the same geographic territory. Which of the following AWS Global Infrastructure components should the database instances be deployed across to achieve this configuration?
- AAWS Regions
- Availability ZonesAnswer
- CAWS Edge Locations
- DAWS Local Zones
Answer
Availability Zones
Availability Zones are distinct physical locations within an AWS Region. Each Availability Zone consists of one or more discrete data centers, each with redundant power, networking, and connectivity. Because they are close enough to be connected by low-latency, high-speed fiber networks, they support synchronous data replication for highly available database configurations, while remaining isolated from localized failures in other Availability Zones.
Step-by-Step Solution
Key Concept
AWS Availability Zones provide physical isolation and low-latency connectivity within a Region to enable high availability and fault tolerance.
Estimated Time:1m 0s