An international e-learning platform is optimizing its deployment on AWS. The platform has two key requirements: first, it must store user profile data in a database designed to withstand the complete failure of an entire data center facility without data loss; second, it must minimize latency for students downloading course syllabus PDF documents from different continents. Which of the following AWS infrastructure solutions should the company utilize to meet these requirements? (Select TWO.)
- Replicating the database across multiple Availability Zones within the same AWS Region.Answer
- Storing and caching the syllabus documents in AWS Edge Locations globally.Answer
- CSetting up synchronous database replication between two distinct AWS Regions.
- DCaching the syllabus documents within multiple Availability Zones of a single AWS Region to reduce global download times.
- EMigrating the database to an AWS Outpost in each continent to handle automatic failover.
Answer
Replicating the database across multiple Availability Zones within the same AWS Region, and storing and caching the syllabus documents in AWS Edge Locations globally.
Replicating the database across multiple Availability Zones within a single AWS Region ensures high availability because Availability Zones are physically separated, isolated data centers connected by low-latency networks, allowing synchronous failover. Caching static documents at AWS Edge Locations utilizes the global Amazon CloudFront network to deliver content from locations physically closer to users, thereby minimizing latency.
Step-by-Step Solution
Key Concept
AWS Global Infrastructure components serve different design objectives: Availability Zones provide high availability and isolation within a single Region, while Edge Locations provide low-latency global content delivery.
Estimated Time:1m 30s