AWS
CloudFormation
Article by:Geoffrey Hunter
Date Published: | |
Last Modified: |
Overview
Command-Line
To delete a stack:
|
|
Python API
The first thing you have to do to interact with CloudFormation from boto3
is to create a CloudFormation client:
|
|
describe_stacks()
returns an dictionary which contains a Stacks
key. This Stacks
key contains an array where each element is a dictionary containing information about a particular stack.
|
|
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .