volume_mute
CodeDeploy supports the following traffic-shifting patterns
publish date: 2024/09/02 04:35:15.705891 UTC
volume_muteLambda is integrated with AWS CodeDeploy for automated rollout with traffic shifting. CodeDeploy supports multiple traffic shifting methods, in addition to alarms and hooks. CodeDeploy supports the following traffic-shifting patterns:
- – Traffic is shifted in two increments. If the first increment is successful, the second is completed based on the time specified in the deployment.
- – With linear traffic shifting, traffic is slowly shifted in a predetermined percentage every X minutes based on how you have it configured.
- – Shifts all traffic from the original Lambda function to the updated Lambda function version at once.
Please drag and drop the selected option in the right place or type it instead
Linear
All-at-once
Canary
Correct Answer
(1) Canary
(2) Linear
(3) All-at-once
Reference
AWS Skill Builder