The only way to do this is by using the
AWS CLI, at the current time there’s no way to do this using the web console.
aws ec2 modify-instance-attribute -instance-id i-123e4567fc8901234 -block-device-mappings “[{\”DeviceName\”: \”/dev/xvda\”,\”Ebs\”:{\”DeleteOnTermination\”:false}}]”
Originally published at
blog.trichev.com. You can comment here or
(
Read more... )