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

Files

Latest commit

2e852e8 · Dec 17, 2019

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 17, 2019

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!