Home › AWS DevOps Pro › cloudcomputing › dopsdlc › 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.
Related questions
Which DOP-C02 deployment strategy replaces a fleet of EC2 instances by spinning up new insAn architect needs to roll out a Lambda function update across many regions with progressiWhich AWS service helps automate the build of container images from a Dockerfile in a CI pAn architect must run unit tests, integration tests, and security scans automatically whenWhich DOP-C02 deployment pattern stands up a parallel green environment, smoke-tests it, tWhich AWS service stores build-and-deploy-time secrets (DB passwords, API keys) with rotatWhich AWS service builds and maintains hardened, golden Amazon Machine Images (AMIs) and cWhich AWS service is a managed artifact repository for application packages (npm, Maven, N