doc: Added more doc
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# aws.ssm.documents
|
||||
|
||||
AWS SSM document examples
|
||||
## 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 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user