Clean up
It will take a bit time to finish the cleanup
-
Cleanup the Route 53
- Open AWS Route 53 console.
- Click Hosted zones on the left menu.
- Choose your Hosted zones and cleanup all the records if possible.
-
Empty S3 bucket.
- Open AWS S3 console.
- Select fcj-book-shop-by-myself.
- Click Empty.
- Enter permanently delete.
- Click Empty.
- Do the same for bucket starting with aws-sam-cli-managed-default- and book-image-resize-shop-by-myself.
-
Delete CloudFormation stacks.
-
Execute the below command to delete the AWS SAM application.
sam delete --stack-name fcj-book-store
sam delete --stack-name aws-sam-cli-managed-default
-
If you have issues when deleting with command. Open AWS Cloudformation console. Then, delete all stacks related to this workshop.
-
Cleanup SQS.
- Open Amazon SQS console.
- Choose checkout-queue.
- Click Delete.
- Enter
confirm
.
- Click Delete.
-
Cleanup SNS.
- Open Amazon SNS console.
- Choose order-notice at Topics.
- Click Delete.
- Enter
delete me
.
- Click Delete.