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

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

A company is planning to use AWS CodeDeploy to deploy an application to Amazon Elastic Container Service (Amazon ECS). During the deployment of a new version of the application, the company initially must expose only 10% of live traffic to the new version of the deployed application. Then, after 15 minutes elapse, the company must route all the remaining live traffic to the new version of the deployed application.
Which CodeDeploy predefined configuration will meet these requirements?

  • A. CodeDeployDefault.ECSCanary10Percent15Minutes
  • B. CodeDeployDefault.LambdaCanary10Percent5Minutes
  • C. CodeDeployDefault.LambdaCanary10Percent15Minutes
  • D. CodeDeployDefault.ECSLinear10PercentEvery1 Minutes
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Chhotu_DBA
Highly Voted 2 years, 9 months ago
Selected Answer: A
A is correct
upvoted 5 times
...
Yasser001
Most Recent 1 year, 11 months ago
Selected Answer: A
The correct answer is: A. CodeDeployDefault.ECSCanary10Percent15Minutes The predefined configuration "CodeDeployDefault.ECSCanary10Percent15Minutes" is designed for Amazon Elastic Container Service (Amazon ECS) deployments and meets the specified requirements. It will perform a canary deployment, which means it will initially route 10% of live traffic to the new version of the application, and then after 15 minutes elapse, it will automatically route all the remaining live traffic to the new version. This gradual deployment approach allows the company to verify the health and performance of the new version with a small portion of traffic before fully deploying it to all users.
upvoted 1 times
...
rcaliandro
1 year, 11 months ago
Selected Answer: A
Similar to previous questions see the answers. But in this case the correct answer is A: ECSCanary10Percent15Minutes. Must not be confused with LambdaCanary10Percent15Minutes, here we are talking about ECS not lambda functions
upvoted 2 times
...
sichilam
2 years, 4 months ago
Correct answer is A
upvoted 1 times
...
dark_cherrymon
2 years, 6 months ago
A easy
upvoted 1 times
dark_cherrymon
2 years, 6 months ago
Canary – Traffic is shifted in two increments. • Linear – Traffic is shifted in equal increments. • All-at-once – All traffic is shifted to the updated tasks
upvoted 1 times
...
...
gunjan4392
2 years, 6 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
m_t_kd
2 years, 9 months ago
Ans A https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html
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 ...