AWS Certified Solutions Architect – Professional — Question 904

A company is running a web application in the AWS Cloud. The application consists of dynamic content that is created on a set of Amazon EC2 instances. The
EC2 instances run in an Auto Scaling group that is configured as a target group for an Application Load Balancer (ALB).
The company is using an Amazon CloudFront distribution to distribute the application globally. The CloudFront distribution uses the ALB as an origin. The company uses Amazon Route 53 for DNS and has created an A record of www.example.com for the CloudFront distribution.
A solutions architect must configure the application so that itis highly available and fault tolerant.
Which solution meets these requirements?

Answer options

Correct answer: B

Explanation

Option B is correct because Amazon CloudFront origin groups enable origin failover, which automatically diverts traffic to a secondary origin in another AWS Region if the primary origin is unhealthy. Option A is incorrect because Route 53 cannot easily perform active-passive failover between two CloudFront distributions in this manner. Option C is incorrect because an ALB is a regional resource and cannot load balance across multiple AWS Regions, and Option D is incorrect because AWS Global Accelerator does not support CloudFront distributions as backend endpoints.