0 votes
in AWS by

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

1 Answer

0 votes
by
Correct answer is :-

B. CodeDeployDefault.ECSLinear10PercentEvery3Minutes

Related questions

0 votes
asked Mar 1 in AWS by DavidAnderson
0 votes
asked Mar 1 in AWS by DavidAnderson
...