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 441 discussion

A company hosts a multi-tier web application on Amazon Linux Amazon EC2 instances behind an Application Load Balancer. The instances run in an Auto Scaling group across multiple Availability Zones. The company observes that the Auto Scaling group launches more On-Demand Instances when the application's end users access high volumes of static web content. The company wants to optimize cost.

What should a solutions architect do to redesign the application MOST cost-effectively?

  • A. Update the Auto Scaling group to use Reserved Instances instead of On-Demand Instances.
  • B. Update the Auto Scaling group to scale by launching Spot Instances instead of On-Demand Instances.
  • C. Create an Amazon CloudFront distribution to host the static web contents from an Amazon S3 bucket.
  • D. Create an AWS Lambda function behind an Amazon API Gateway API to host the static website contents.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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: C
C: Cost effective static content scaling = CloudFront A and B scale instances so not the best use of money for static content D Probably most expensive way of service static content at scale as you'll be charged for Lambda execution also
upvoted 3 times
...
mwwt2022
9 months, 1 week ago
Selected Answer: C
static content -> CloudFront
upvoted 3 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: C
implementing CloudFront to serve static content is the most cost-optimal architectural change for this use case.
upvoted 3 times
...
james2033
1 year, 3 months ago
Selected Answer: C
Keyword "Amazon CloudFront", "high volumes of static web content", choose C.
upvoted 2 times
...
TariqKipkemei
1 year, 4 months ago
Selected Answer: C
static web content = Amazon CloudFront
upvoted 1 times
...
alexandercamachop
1 year, 4 months ago
Selected Answer: C
Static Web Content = S3 Always. CloudFront = Closer to the users locations since it will cache in the Edge nodes.
upvoted 2 times
...
cloudenthusiast
1 year, 5 months ago
By leveraging Amazon CloudFront, you can cache and serve the static web content from edge locations worldwide, reducing the load on your EC2 instances. This can help lower the number of On-Demand Instances required to handle high volumes of static web content requests. Storing the static content in an Amazon S3 bucket and using CloudFront as a content delivery network (CDN) improves performance and reduces costs by reducing the load on your EC2 instances.
upvoted 3 times
...
Efren
1 year, 5 months ago
Selected Answer: C
Static content, cloudFront plus S3
upvoted 2 times
...
nosense
1 year, 5 months ago
Selected Answer: C
c for me
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 ...