Practice free →
HomeAWS DevOps Procloudcomputingdopsdlc › Which DOP-C02 deployment pattern stands up a par…

Which DOP-C02 deployment pattern stands up a parallel green environment, smoke-tests it, then switches load balancer traffic from blue to green with instant rollback by switching back?

AManual host-by-host SSH deploy
BAll-at-once without health checks
CCold restart of every host serially
DBlue/Green deployment
Answer & Solution
Correct answer: D. Blue/Green deployment
Blue/Green is the canonical zero-downtime + instant-rollback pattern (per DOP-C02 §1.4). The other options either lack rollback or scale poorly.
Solve this in the app — AWS DevOps Pro practice & 24k+ MCQs →
Related questions