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

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

A company is using AWS CodeDeploy for all production deployments. A developer has an Amazon Elastic Container Service (Amazon ECS) application that uses the CodeDeployDefault.ECSAIIAtOnce configuration. The developer needs to update the production environment in increments of 10% until the entire production environment is updated.
Which CodeDeploy configuration should the developer use to meet these requirements?

  • A. CodeDeployDefault.ECSCanary10Percent5Minutes
  • B. CodeDeployDefault.ECSLinear10PercentEvery3Minutes
  • C. CodeDeployDefault.OneAtATime
  • D. CodeDeployDefault.LambdaCanary10Percent5Minutes
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
cloud_collector
Highly Voted 2 years, 6 months ago
Selected Answer: B
CodeDeployDefault.ECSLinear10PercentEvery3Minutes Shifts 10 percent of traffic every three minutes until all traffic is shifted. CodeDeployDefault.ECSCanary10Percent5Minutes Shifts 10 percent of traffic in the first increment. The remaining 90 percent is deployed five minutes later.
upvoted 15 times
...
sumanshu
Most Recent 4 months, 1 week ago
Selected Answer: B
A) Eliminated: This configuration starts by deploying to 10% of the instances and then waits for 5 minutes before deploying the remaining 90% of the instances. This is a canary deployment, not linear, and does not fulfill the requirement to update incrementally in 10% steps.
upvoted 1 times
sumanshu
4 months, 1 week ago
D) Eliminated - This configuration is specific to AWS Lambda functions, not ECS applications
upvoted 1 times
sumanshu
4 months, 1 week ago
B) Correct - The CodeDeployDefault.ECSLinear10PercentEvery3Minutes deployment configuration updates the Amazon ECS application incrementally by 10% of the environment at a time with a delay of 3 minutes between each increment
upvoted 1 times
sumanshu
4 months, 1 week ago
C) Eliminated - This configuration updates only one instance at a time.
upvoted 1 times
...
...
...
...
JonasKahnwald
5 months, 2 weeks ago
Selected Answer: B
This configuration updates 10% of the tasks every 3 minutes until the deployment is complete.
upvoted 1 times
...
thucta96dn
5 months, 4 weeks ago
Selected Answer: C
ECSLinear10PercentEvery3Minutes will help us increase 10% instance in new update each 3 minutes
upvoted 1 times
...
SD_CS
1 year, 3 months ago
Selected Answer: B
obvious from the ask
upvoted 1 times
...
AsmaZoheb
1 year, 3 months ago
Selected Answer: B
The naming convention suggests that ECSLinear configuration is suitable for AWS Elastic Container Service (Amazon ECS) applications. 10PercentEvery3Minutes indicates that updates will be rolled out in increments of 10% every 3 minutes. This aligns with the requirement of updating in increments of 10%.
upvoted 1 times
...
rcaliandro
1 year, 10 months ago
Selected Answer: B
It is for sure B! They have already explained but we do need a linear release in order to fit the requirements. With ECSLinear10PercentEvery3Minutes we release 10% of the application every 3 minutes until the release point to this new version. The canary deployment instead, let's suppose ECSCanary10Percent5Minutes, relase at the beginning the 10% just like the linear but after 5 minutes all the 90% will be released. So linear deployments nehttps://www.examtopics.com/exams/amazon/aws-certified-developer-associate/view/2/#ed much more time to be released
upvoted 1 times
...
Rpod
2 years ago
Selected Answer: C
Voted C - rechecked in chatgpt - its C there . However on a quick check it doesnt seem there is a option in Lambda for Enhanced Fanout - so not sure .
upvoted 1 times
...
OtavioC
2 years ago
Why not A? https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html
upvoted 1 times
stlim83
1 year, 11 months ago
because the question is that the developer wants the updating by 10 percent for each round. A is a canary test. That means it will update 10% for the new version and then after 5 minutes, the rest old version(90%) will be updated.
upvoted 1 times
...
...
Krt5894
2 years, 2 months ago
Selected Answer: B
It should be B
upvoted 1 times
...
G4Exams
2 years, 5 months ago
Selected Answer: B
clearly B
upvoted 1 times
...
kundu057
2 years, 6 months ago
Selected Answer: B
Shifts 10 percent of traffic every three minutes until all traffic is shifted.
upvoted 2 times
...
Jabol
2 years, 7 months ago
Selected Answer: B
Only linear option deploys changes in increments. Answer is correct.
upvoted 3 times
...
VivekSolutionArchitect
2 years, 7 months ago
Yes. Answer is "CodeDeployDefault.ECSLinear10PercentEvery3Minutes". Reference-https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations.html.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago