If you're running this inside of an Event Engine environment, you can stop reading.
- Navigate to your Cloud9 environment
- Run the following commands to delete your resources:
# Delete your bucket and all contents aws s3 rb s3://$bucket --force # The inference resources from module 3 aws cloudformation delete-stack --stack-name wildrydes-ml-mod3 # The machine learning resources from module 2 aws cloudformation delete-stack --stack-name wildrydes-ml-mod2 # The data processing resources from module 1 aws cloudformation delete-stack --stack-name wildrydes-ml-mod1
- Exit your Cloud9 environment
- Select the environment you've been using
- Click Delete
- Follow the directions
CONGRATS! You're done!