Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-27 00:21:46 +00:00
parent 69350c28ac
commit cdc8040fcb
33 changed files with 274 additions and 40 deletions

View File

@@ -32,6 +32,6 @@ source: https://github.com/tldr-pages/tldr.git
`aws cloudformation detect-stack-drift --stack-name {{stack-id}} --profile {{profile}}`
- Check the drift status output of a stack using 'StackDriftDetectionId' from the previous command output:
- Check the drift status output of a stack using `StackDriftDetectionId` from the previous command output:
`aws cloudformation describe-stack-resource-drifts --stack-name {{stack-drift-detection-id}} --profile {{profile}}`