Release Management
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Professional Cloud Architect premium course — no separate purchase.
Included in this chapter:
- The release lifecycle: pipeline, release, rollout, promotion
- Change approval and promotion governance
- Progressive delivery and rollback as pipeline gates
- Release cadence and exam-pattern recognition
Release-process controls and what each one governs
| Control | What it governs | When it fires | Failure response |
|---|---|---|---|
| Promotion across targets | Moving one release dev to staging to prod | On promote, after the prior target is healthy | Stop promoting; the prior target keeps the last good release |
| requireApproval on a target | Human sign-off before a rollout to that target | When a promotion reaches an approval-gated target | Reject the approval; no rollout occurs |
| Canary with analysis | Fraction of traffic on the new release plus metric gate | Each canary phase (25/50/75) before stable | Auto-halt on failed analysis; release stays at the last phase |
| Rollback | Restoring the last successfully deployed release | On a bad rollout, manual or after a failed gate | New rollout of the prior known-good release |
| Feature flag | User exposure of an already-deployed feature | Flip independently of the pipeline | Turn the flag off; no redeploy needed |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.