832 B
832 B
aws.ssm.documents
AWS SSM automation document examples
SSM automation document uses schema version 0.3, which is very primitive. Step function is probably a better way to go
| File | Description |
|---|---|
| OrgAccountsPrint.yaml | Use executeApi to list accounts then print with aws:loop |
| LoopWithCsv.yaml | Get value from ssm parameter store then print with aws:loop |
| ListCloudtrailsInMemberAccounts.yaml | Loop through a list of accounts, assume role into the account and describe cloudtrail |