ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 195 - DVA-C02 discussion

Report
Export

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
Answers
A.
CodeDeployDefault ECSCanary10Percent15Minutes
B.
CodeDeployDefault LambdaCanary10Percent5Minutes
Answers
B.
CodeDeployDefault LambdaCanary10Percent5Minutes
C.
CodeDeployDefault LambdaCanary10Percent15Minutes
Answers
C.
CodeDeployDefault LambdaCanary10Percent15Minutes
D.
CodeDeployDefault ECSLinear10PercentEvery1 Minutes
Answers
D.
CodeDeployDefault ECSLinear10PercentEvery1 Minutes
Suggested answer: A

Explanation:

CodeDeploy Predefined Configurations:CodeDeploy offers built-in deployment configurations for common scenarios.

Canary Deployment:Canary deployments gradually shift traffic to a new version, ideal for controlled rollouts like this requirement.

CodeDeployDefault.ECSCanary10Percent15Minutes:This configuration matches the company's requirements, shifting 10% of traffic initially and then completing the rollout after 15 minutes.

AWS CodeDeploy Deployment Configurations:https://docs.aws.amazon.com/codedeploy/latest/userguide/deployment-configurations-create.html

asked 16/09/2024
Kris Dayananda
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first