Clean up

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:

      alt text

    • Go to CloudFormation Console’ Stacks section, change the Filter status to Deleted, you should see the CdkWorkshopStack with the status of DELETE_COMPLETE.

      alt text

  • 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.

      alt text

    • Type confirm and click Delete.

      alt text