exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 221 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 221
Topic #: 1
[All AWS Certified Developer Associate Questions]

A company's website runs on an Amazon EC2 instance and uses Auto Scaling to scale the environment during peak times. Website users across the world are experiencing high latency due to static content on the EC2 instance, even during non-peak hours.

Which combination of steps will resolve the latency issue? (Choose two.)

  • A. Double the Auto Scaling group's maximum number of servers.
  • B. Host the application code on AWS Lambda.
  • C. Scale vertically by resizing the EC2 instances.
  • D. Create an Amazon CloudFront distribution to cache the static content.
  • E. Store the application’s static content in Amazon S3.
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

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
rcaliandro
2 years ago
Selected Answer: DE
Yep I agree DE are the only possible correct values. It's possible to write static data to S3 in order to improve the performance and we can enable CloudFormation in order to enable cache on the edges and ensure a better experience for user "across the world"
upvoted 1 times
...
ihta_2031
2 years, 3 months ago
Selected Answer: DE
D and E are the best options.
upvoted 1 times
...
pancman
2 years, 4 months ago
Selected Answer: DE
D & E. EC2 is not the best place to store static content. Keep them on S3 and serve via CloudFront.
upvoted 2 times
...
michaldavid
2 years, 7 months ago
Selected Answer: DE
Agree with provided answers
upvoted 2 times
...
k1kavi1
2 years, 7 months ago
Selected Answer: DE
https://www.examtopics.com/discussions/amazon/view/28047-exam-aws-certified-developer-associate-topic-1-question-218/
upvoted 4 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 ...