Skip to content

Instantly share code, notes, and snippets.

@bhalothia
Last active August 29, 2015 14:01
Show Gist options
  • Save bhalothia/184ea81da1af0e5096b7 to your computer and use it in GitHub Desktop.
Save bhalothia/184ea81da1af0e5096b7 to your computer and use it in GitHub Desktop.
Deleting an Amazon EBS Volume while terminating an EC2 instance
When we create an EC2 instance it uses EBS volume. By default settings, the EBS volume doesn't get deleted when you terminate the instance and keep on burning dollars.
DELETE IT!! Check the option to delete it once the instance is terminated.
Also, start tagging all of your AWS resources to make it easier when you search for them...and create metrics reports.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment