Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 796 Bytes

File metadata and controls

22 lines (19 loc) · 796 Bytes

Cleanup Instructions

If you're running this inside of an Event Engine environment, you can stop reading.

  1. Navigate to your Cloud9 environment
  2. 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
    
  3. Exit your Cloud9 environment
  4. Select the environment you've been using
  5. Click Delete
  6. Follow the directions

CONGRATS! You're done!