April 2019
Intermediate to advanced
508 pages
11h 57m
English
CloudFormation also allows you to inspect stacks that have been deleted, but it is a little bit of a different process on the CLI. From the AWS web console CloudFormation stacks page, there is a drop-down box that allows you to show all deleted stacks, like what is shown in the following screenshot:

From the CLI, we first need to run the CloudFormation ListStacks command, which looks like this using the AWS CLI:
aws cloudformation list-stacks --region us-west-2
This command will provide similar output to the DescribeStacks command, but it is a little less verbose. ...
Read now
Unlock full access