AWS Certified CloudOps Engineer - Associate

CloudFormation Stack Operations

Changing a running stack without breaking it: the three update behaviors, change sets, stack policies, signals and rolling updates, rollback options and triggers, drift detection, nested stacks, and importing existing resources.

Intermediate 30 minutes 7 Learning Objectives
  1. Classify an update as no interruption, some interruption, or replacement, and predict the effect on the physical ID
  2. Use a change set to preview an update, and state what a change set cannot promise
  3. Write a stack policy that protects a critical resource, and explain why it is not a substitute for IAM
  4. Configure CreationPolicy and UpdatePolicy so a stack waits for the application rather than the API
  5. Choose between automatic rollback, preserved resources, and rollback triggers for a given deployment
  6. Interpret drift detection results and name the cases where drift cannot be detected
  7. Compare nested stacks with separate stacks joined by cross-stack references