File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,18 @@ optional arguments:
218218 resources.
219219```
220220
221+ ## Delete the CloudFormation stacks?
222+ The resources created by this stack can be easily removed from your
223+ account by deleting the master CloudFormation stack. The master stack
224+ is the one that was first created using the "Launch Stack" button. By
225+ deleting this stack, the rest of the sub-stacks and resources will be
226+ deleted with the exception of the CloudWatch Logs groups created by the
227+ stack (these are retained for troubleshooting purposes).
228+
229+ The S3 buckets created by the stacks are deleted by default. If you wish
230+ to retain the data in these buckets, you should set the ` CleanupBuckets `
231+ parameter to false in the master stack.
232+
221233## Deploy Using My Own Bootstrap S3 Bucket
222234The source used to bootstrap the CodeCommit repo created by CloudFormation
223235is dynamically downloaded from a predefined S3 bucket. If you want
You can’t perform that action at this time.
0 commit comments