Skip to content

Instantly share code, notes, and snippets.

@fizz
Created November 20, 2025 22:30
Show Gist options
  • Select an option

  • Save fizz/c20c2e18ed3fbda4696d2696ca5d3476 to your computer and use it in GitHub Desktop.

Select an option

Save fizz/c20c2e18ed3fbda4696d2696ca5d3476 to your computer and use it in GitHub Desktop.
CloudFormation stack debug commands
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