
Explanation:
The correct answer is A, which is 'CodeDeployDefault.ECSCanary10Percent15Minutes'. This predefined deployment configuration for AWS CodeDeploy with Amazon ECS routes 10% of the live traffic to the new version initially and waits for 15 minutes before routing the remaining 90% of the traffic to the new version. This satisfies the requirement of exposing only 10% of live traffic to the new version initially and then shifting all remaining traffic after 15 minutes.
Ultimate access to all questions.
Which AWS CodeDeploy predefined configuration is suitable for deploying an application to Amazon ECS, where the deployment initially routes a specific percentage of live traffic to the new version and after a set duration, shifts the rest of the traffic to the new version?
A
CodeDeployDefault.ECSCanary10Percent15Minutes
B
CodeDeployDefault.LambdaCanary10Percent5Minutes
C
CodeDeployDefault.LambdaCanary10Percent15Minutes
D
CodeDeployDefault.ECSLinear10PercentEvery1Minutes
No comments yet.