This template creates an AWS::SSM::Document resource that represents an Automation runbook. The runbook runs the specified commands on an EC2 Linux instance. The template includes parameters for the Automation assume role, commands to run, and the instance ID. The main step of the runbook uses the AWS-RunShellScript document to execute the commands on the specified instance.

document
AWS::SSM::Document


CloudFormation Template

Share Template