Teardown

Summary

You have learned how to use the various AWS CLI commands to work with the AWS Well-Architected Tool.

Remove all the resources

  1. Delete the stack
    aws cloudformation delete-stack --stack-name STACK_NAME
    
  2. Confirm the stack has been deleted
    aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"
    

References & useful resources