Skip to content

Instantly share code, notes, and snippets.

@hirofumi
Created July 2, 2015 04:36
Show Gist options
  • Save hirofumi/f85460abad4514e2c474 to your computer and use it in GitHub Desktop.
Save hirofumi/f85460abad4514e2c474 to your computer and use it in GitHub Desktop.
disable "Delete on Termination"
aws ec2 modify-instance-attribute --instance-id INSTANCE_ID --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