aws cloudformation debugging command

Here is a handy command to get some identify issues with cloudformation. You will just need to plug in the name of your stack and region.


aws cloudformation describe-stack-events
--stack-name appStack --query
"StackEvents[?ResourceStatus=='CREATE_FAILED'].[LogicalResourceId, ResourceStatusReason]"
--region ap-southeast-2 --output text


Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type