Created
November 20, 2025 22:30
-
-
Save fizz/c20c2e18ed3fbda4696d2696ca5d3476 to your computer and use it in GitHub Desktop.
CloudFormation stack debug commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aws cloudformation describe-stack-events \\ | |
| --stack-name elastic-serverless-forwarder-QA \\ | |
| --region us-west-2 \\ | |
| --query 'StackEvents[0:20].[Timestamp,LogicalResourceId,ResourceStatus,ResourceStatusReason]' \\ | |
| --output table | |
| aws cloudformation describe-stack-events \\ | |
| --stack-name elastic-serverless-forwarder-QA-ElasticServerlessForwarder-RN3PKVPAP516 \\ | |
| --region us-west-2 \\ | |
| --query 'StackEvents[0:20].[Timestamp,LogicalResourceId,ResourceStatus,ResourceStatusReason]' \\ | |
| --output table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment