Command option Sample:aws ec2 modify-volume-attribute

Search command sample in the internet.It is the result.

Modifies a volume attribute.Show details from next link. 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-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

aws のオプション一覧