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

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

A company's new mobile app uses Amazon API Gateway. As the development team completes a new release of its APIs, a developer must safely and transparently roll out the API change.

What is the SIMPLEST solution for the developer to use for rolling out the new API version to a limited number of users through API Gateway?

  • A. Create a new API in API Gateway. Direct a portion of the traffic to the new API using an Amazon Route 53 weighted routing policy.
  • B. Validate the new API version and promote it to production during the window of lowest expected utilization.
  • C. Implement an Amazon CloudWatch alarm to trigger a rollback if the observed HTTP 500 status code rate exceeds a predetermined threshold.
  • D. Use the canary release deployment option in API Gateway. Direct a percentage of the API traffic using the canarySettings setting.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
1 year, 11 months ago
Selected Answer: D
D is correct. A won't work because we have to set the percentage and also the domain of API's is the same. Instead, we can plan a canary deploymnet with shifted traffic in the settings
upvoted 1 times
...
shahs10
2 years, 1 month ago
Selected Answer: A
Why not A?
upvoted 1 times
...
GARGMOH
2 years, 3 months ago
Selected Answer: D
CANARY DEPLOYMENT HELPS TO SHIFT THE TRAFFIC BASED ON PERCENTAGE.
upvoted 1 times
...
michaldavid
2 years, 6 months ago
Selected Answer: D
dddddddd
upvoted 2 times
...
k1kavi1
2 years, 6 months ago
Selected Answer: D
https://docs.aws.amazon.com/apigateway/latest/developerguide/canary-release.html
upvoted 1 times
...
dark_cherrymon
2 years, 6 months ago
Selected Answer: D
D https://www.examtopics.com/discussions/amazon/view/51596-exam-aws-certified-developer-associate-topic-1-question-355/
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 ...