
Ultimate access to all questions.
A global company utilizes Amazon EC2 instances with an Application Load Balancer (ALB) for its web application, which includes both static and dynamic data components stored in Amazon S3. To enhance performance and decrease latency for accessing this data, and given the use of a custom domain name with Amazon Route 53, what configuration should a solutions architect implement?
A
Establish a CloudFront distribution with the S3 bucket and ALB as origins, and adjust Route 53 to direct traffic to this distribution.
B
Set up a CloudFront distribution for the ALB and an AWS Global Accelerator for the S3 bucket, with Route 53 directing traffic to CloudFront.
C
Create a CloudFront distribution for the S3 bucket, an AWS Global Accelerator with the ALB and CloudFront as endpoints, and configure a custom domain for the web application pointing to the Accelerator's DNS.
D
Configure a CloudFront distribution for the ALB and an AWS Global Accelerator for the S3 bucket, then create separate domain names for dynamic and static content, directing them to respective CloudFront and Accelerator DNS names.