A company is launching a new online training platform to serve customers globally. The platform's architecture must support two key requirements: first, it must remain operational even if an entire physical data center facility experiences a failure; second, it must deliver cached video thumbnails and static assets to users worldwide with the lowest possible latency. Which of the following AWS global infrastructure components should be utilized to satisfy these requirements? (Select TWO.)
- Availability ZonesAnswer
- Edge LocationsAnswer
- CAWS Regions
- DAWS Local Zones
- EAWS Outposts
Answer
The correct components are Availability Zones and Edge Locations.
The system requirements are satisfied by combining Availability Zones for data center fault tolerance and Edge Locations for low-latency global content delivery. Availability Zones ensure that application workloads continue to run if a single physical data center fails, and Edge Locations cache static assets near global users to minimize latency.
Step-by-Step Solution
Key Concept
AWS Global Infrastructure components are designed for specific purposes: AWS Regions provide geographic separation, Availability Zones provide high availability and fault tolerance within a Region, Edge Locations cache content close to global users, and Local Zones place compute resources close to metropolitan areas.
Estimated Time:1m 30s