Files
aws.ssm.documents/README.md
T
2026-01-29 09:47:49 +08:00

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