1 Answer
- Newest
- Most votes
- Most comments
1
The solution to this issue is to use Cloudformation's "wait". I have resolved this issue by using "aws cloudformation wait stack-delete-complete --stack-name "$stack" after every stack delete. This works fine within a shell script if you have to delete more than one CloudFormation stack.
Relevant content
- asked 2 years ago
- asked 6 years ago
