Difference between revisions of "Aws cloudformation describe-stack-events"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
aws cloudformation describe-stack-events --stack-name your_stack_name | aws cloudformation describe-stack-events --stack-name your_stack_name | ||
+ | aws cloudformation describe-stack-events --stack-name your_stack_name | grep ResourceStatusReason | ||
aws cloudformation describe-stack-events --stack-name your_stack_name | grep [[CREATE_FAILED]] | aws cloudformation describe-stack-events --stack-name your_stack_name | grep [[CREATE_FAILED]] | ||
Revision as of 18:26, 12 April 2022
https://docs.aws.amazon.com/cli/latest/reference/cloudformation/describe-stack-events.html
aws cloudformation describe-stack-events --stack-name your_stack_name aws cloudformation describe-stack-events --stack-name your_stack_name | grep ResourceStatusReason aws cloudformation describe-stack-events --stack-name your_stack_name | grep CREATE_FAILED
Related
aws cloudformation list-stacks | grep StackName
aws cloudformation deploy
See also
Advertising: