Skip to content

Instantly share code, notes, and snippets.

@viebig
Created April 5, 2017 18:16
Show Gist options
  • Save viebig/2588e9ecfbbe5e718db14911b755545b to your computer and use it in GitHub Desktop.
Save viebig/2588e9ecfbbe5e718db14911b755545b to your computer and use it in GitHub Desktop.
Modify Spot Instance "Delete Volume on Termination" flag
aws ec2 modify-instance-attribute --instance-id i-xxxxxxxxxxxxxxx --block-device-mappings "[{\"DeviceName\": \"/dev/sda1\",\"Ebs\":{\"DeleteOnTermination\":false}}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment