
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company recently announced the deployment of its retail website to a global audience. The website runs on multiple Amazon EC2 instances behind an Elastic Load Balancer. The instances run in an Auto Scaling group across multiple Availability Zones.
The company wants to provide its customers with different versions of content based on the devices that the customers use to access the website.
Which combination of actions should a solutions architect take to meet these requirements? (Choose two.)
A
Configure Amazon CloudFront to cache multiple versions of the content.
B
Configure a host header in a Network Load Balancer to forward traffic to different instances.
C
Configure a Lambda@Edge function to send specific objects to users based on the User-Agent header.
D
Configure AWS Global Accelerator. Forward requests to a Network Load Balancer (NLB). Configure the NLB to set up host-based routing to different EC2 instances.
E
Configure AWS Global Accelerator. Forward requests to a Network Load Balancer (NLB). Configure the NLB to set up path-based routing to different EC2 instances.
Explanation:
Correct Answers: A and C
A. Configure Amazon CloudFront to cache multiple versions of the content. - This is correct because:
C. Configure a Lambda@Edge function to send specific objects to users based on the User-Agent header. - This is correct because:
Why other options are incorrect:
B. Configure a host header in a Network Load Balancer to forward traffic to different instances. - Incorrect because:
D. Configure AWS Global Accelerator. Forward requests to a Network Load Balancer (NLB). Configure the NLB to set up host-based routing to different EC2 instances. - Incorrect because:
E. Configure AWS Global Accelerator. Forward requests to a Network Load Balancer (NLB). Configure the NLB to set up path-based routing to different EC2 instances. - Incorrect because:
Key Concepts: