doc: Added more doc

This commit is contained in:
KenF
2026-01-29 09:47:49 +08:00
parent 87247af710
commit b0b2069c15
3 changed files with 13 additions and 3 deletions
+9 -1
View File
@@ -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 |