Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 473 discussion

A company hosts a website on Amazon EC2 instances behind an Application Load Balancer (ALB). The website serves static content. Website traffic is increasing, and the company is concerned about a potential increase in cost.

  • A. Create an Amazon CloudFront distribution to cache state files at edge locations
  • B. Create an Amazon ElastiCache cluster. Connect the ALB to the ElastiCache cluster to serve cached files
  • C. Create an AWS WAF web ACL and associate it with the ALB. Add a rule to the web ACL to cache static files
  • D. Create a second ALB in an alternative AWS Region. Route user traffic to the closest Region to minimize data transfer costs
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
awsgeek75
9 months, 1 week ago
Selected Answer: A
The problem with this question is that no sane AWS architect will chose any of these options and go for S3 caching. But given the choices, A is the only one which will solve the problem within reasonable cost.
upvoted 3 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: A
A. Create an Amazon CloudFront distribution to cache state files at edge locations
upvoted 2 times
...
TariqKipkemei
1 year, 3 months ago
Selected Answer: A
Serves static content = Amazon CloudFront distribution.
upvoted 2 times
...
cloudenthusiast
1 year, 5 months ago
Selected Answer: A
Amazon CloudFront: CloudFront is a content delivery network (CDN) service that caches content at edge locations worldwide. By creating a CloudFront distribution, static content from the website can be cached at edge locations, reducing the load on the EC2 instances and improving the overall performance. Caching Static Files: Since the website serves static content, caching these files at CloudFront edge locations can significantly reduce the number of requests forwarded to the EC2 instances. This helps to lower the overall cost by offloading traffic from the instances and reducing the data transfer costs.
upvoted 4 times
...
nosense
1 year, 5 months ago
Selected Answer: A
a for me
upvoted 2 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 ...