AWS Certified CloudOps Engineer - Associate

Systems Manager Automation Runbooks

Write and run Systems Manager Automation runbooks: the action vocabulary, step properties that make a repair safe to run unattended, the two-role permission chain, approvals, and rate control across a fleet.

Advanced 25 minutes 7 Learning Objectives
  1. Explain what makes a runbook different from a script and identify its document type and schema version
  2. Select the right Automation action for a step from the available action types
  3. Use maxAttempts, timeoutSeconds, onFailure, onCancel, and isCritical to make a runbook safe to run unattended
  4. Trace the permission chain from the caller through AutomationAssumeRole to the target service
  5. Diagnose the three classic Automation permission failures from their error messages
  6. Run a runbook across a fleet with targets, concurrency, and an error threshold
  7. Start a runbook from an EventBridge rule with the correct target configuration