Practice free →
HomeAWS DevOps Procloudcomputingdopsdlc › Which CodeDeploy deployment configuration shifts…

Which CodeDeploy deployment configuration shifts a small fixed percentage of traffic to a new version, waits for a bake period, then shifts the remainder?

ADisabling health checks
BManual SSH-to-each-host script
CAll-at-once with no rollback
DCanary (linear / canary configurations like CodeDeployDefault.LambdaCanary10Percent5Minutes)
Answer & Solution
Correct answer: D. Canary (linear / canary configurations like CodeDeployDefault.LambdaCanary10Percent5Minutes)
CodeDeploy's canary / linear configs are pre-baked progressive deployments (per DOP-C02 §1.4). The other options are anti-patterns.
Solve this in the app — AWS DevOps Pro practice & 24k+ MCQs →
Related questions