Destroy an AWS CDK Stack

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

When experimenting with CDK it's possible to deploy a service which is outside of free tier (since nearly all AWS services are supported) and it's useful to be able to delete an entire CDK stack if necessary.

We're going to learn how to delete an entire AWS CDK stack with CDK destroy command.