ボリューム属性を変更します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/modify-volume-attribute.html
aws ec2 modify-volume-attribute --volume-id vol-0a3064debd17cede4 --auto-enable-io bash-3.2 |
Using the AWS-CLI to Set Instance | Ankai Liang's Blog : http://ankailiang.github.io/2017/08/16/Using-the-AWS-CLI-to-set-instance/ |
aws ec2 modify-volume-attribute --volume-id vol-3965b61c --auto-enable-io true |
AWS CLIでサービスの各種コマンドを動かしてみる(EC2編2: ボリューム) | Developers.IO : http://dev.classmethod.jp/cloud/aws/awscli-ec2-2-volume/ |
aws ec2 modify-volume-attribute --volume-id vol-1234567890abcdef0 --auto-enable-io |
modify-volume — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/modify-volume-attribute.html |