12 lines
832 B
Markdown
12 lines
832 B
Markdown
# 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 |
|
|
|