Bisque TFS – AwsCloudFormationDeleteStack

If you’ve been using Bisque TFS to create CloudFormation stacks, you’ve either been manually deleting them or your AWS bill is getting huge.  To delete a stack, use the Bisque TFS – AwsCloudFormationDeleteStack build tasks.

As shown below, a sample build definition that performs various build steps, getting source, writing template, and deploying a AWS CloudFormation stack that contains an RDS instance for running integration tests and then a AwsCloudFormationDeleteStack task to delete the stack (after the test have completed).  The AwsCloudFormationDeleteStack only needs your AWS credentials and the stack name.  The task will wait until the stack is deleted (or an error occurs).

AwsCloudFormationDeleteStack.png