This workshop is very long, but the cleanup is very quick.
For most of the resources, you need only one command cdk destroy
:
Inside the CDK app, run cdk destroy
:
cdk destroy
Type in y
and press Enter
to confirm:
Go to CloudFormation Console’ Stacks section, change the Filter status
to Deleted
, you should see the CdkWorkshopStack
with the status of DELETE_COMPLETE
.
The only other resource you need to manually delete is the DynamoDB table.
Go to DynamoDB Console’s Tables section, select the CdkWorkshopStack-UsersXXXXXXXX-XXXXXXXXXXXXX
table, click Delete
.
Type confirm
and click Delete
.