exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 683 discussion

A company's service for video game recommendations has just gone viral. The company has new users from all over the world. The website for the service is hosted on a set of Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB). The website consists of static content with different resources being loaded depending on the device type.
Users recently reported that the load time for the website has increased. Administrators are reporting high loads on the EC2 instances that host the service.
Which set actions should a solutions architect take to improve response times?

  • A. Create separate Auto Scaling groups based on device types. Switch to Network Load Balancer (NLB). Use the User-Agent HTTP header in the NLB to route to a different set of EC2 instances.
  • B. Move content to Amazon S3. Create an Amazon CloudFront distribution to serve content out of the S3 bucket. Use Lambda@Edge to load different resources based on the User-Agent HTTP header.
  • C. Create a separate ALB for each device type. Create one Auto Scaling group behind each ALB. Use Amazon Route 53 to route to different ALBs depending on the User-Agent HTTP header.
  • D. Move content to Amazon S3. Create an Amazon CloudFront distribution to serve content out of the S3 bucket. Use the User-Agent HTTP header to load different content.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
liono
Highly Voted 3 years, 8 months ago
B seems to fulfill the requirements
upvoted 17 times
dolphina02
3 years, 8 months ago
I'll say.
upvoted 1 times
...
...
syaldram
Most Recent 2 years, 5 months ago
Selected Answer: B
The correct answer is B. I always associate gaming servers with Network Load Balances (NLB)s.
upvoted 1 times
...
Ni_yot
2 years, 9 months ago
B is obs
upvoted 1 times
...
pal40sg
3 years, 3 months ago
Selected Answer: B
https://aws.amazon.com/blogs/networking-and-content-delivery/dynamically-route-viewer-requests-to-any-origin-using-lambdaedge/
upvoted 1 times
...
shotty1
3 years, 4 months ago
Selected Answer: B
it is B
upvoted 1 times
...
pititcu667
3 years, 5 months ago
Selected Answer: B
B seems correct
upvoted 1 times
...
AzureDP900
3 years, 6 months ago
it is B
upvoted 1 times
...
andylogan
3 years, 7 months ago
It's B
upvoted 1 times
...
tgv
3 years, 7 months ago
BBB ---
upvoted 1 times
...
blackgamer
3 years, 7 months ago
Answer is B. Refer below on the explanation. https://aws.amazon.com/blogs/networking-and-content-delivery/dynamically-route-viewer-requests-to-any-origin-using-lambdaedge/
upvoted 2 times
...
tiffanny
3 years, 7 months ago
For those who confuse between B and D. Check this link https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-examples.html#lambda-examples-redirecting-examples
upvoted 3 times
kirrim
3 years, 7 months ago
Totally agree on B, and great document! Here's the exact fragment URL on that page to the code to redirect based on device type: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-examples.html#lambda-examples-vary-on-device-type
upvoted 2 times
...
...
WhyIronMan
3 years, 7 months ago
I'll go with B
upvoted 1 times
...
hk436
3 years, 7 months ago
B for sure.!
upvoted 1 times
...
Waiweng
3 years, 7 months ago
it's B
upvoted 4 times
...
blackgamer
3 years, 7 months ago
The answer is B.
upvoted 1 times
...
wasabidev
3 years, 7 months ago
B is correct
upvoted 3 times
...
Kian1
3 years, 7 months ago
will go with B
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...