Created
July 2, 2015 04:36
-
-
Save hirofumi/f85460abad4514e2c474 to your computer and use it in GitHub Desktop.
disable "Delete on Termination"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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