Medium1 markMultiple Choice
AWS SAP-C02 · Question 28 · Domain 2.2: Business Continuity
A company hosts a static website on Amazon S3 fronted by CloudFront. They want to ensure the website remains available even if the primary S3 bucket is accidentally deleted or becomes unavailable. What is the MOST cost-effective solution?
A company hosts a static website on Amazon S3 fronted by CloudFront. They want to ensure the website remains available even if the primary S3 bucket is accidentally deleted or becomes unavailable. What is the MOST cost-effective solution?
Answer options:
A.
Use Route 53 failover routing between two CloudFront distributions.
B.
Create a secondary S3 bucket in another region. Configure CloudFront Origin Groups with failover routing.
C.
Enable S3 Cross-Region Replication and use an Application Load Balancer to route traffic.
D.
Deploy the website on EC2 instances in multiple regions.
How to approach this question
Identify the native CloudFront feature for high availability.
Full Answer
B.Create a secondary S3 bucket in another region. Configure CloudFront Origin Groups with failover routing.✓ Correct
CloudFront Origin Groups allow you to specify a primary and secondary origin. If the primary returns an error (like 404 or 500), CloudFront automatically routes the request to the secondary origin.
Common mistakes
Using Route 53 for failover when CloudFront can handle it natively at the edge.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert