コマンドオプションサンプル:aws ec2 describe-volume-attribute

コマンドサンプルを検索した結果です。

指定されたボリュームの指定された属性を記述します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/describe-volume-attribute.html

aws ec2 describe-volume-attribute --volume-id vol-0a3064debd17cede4 --attribute autoEnableIO
    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 describe-volume-attribute --volume-id vol-3965b61c --region ap-northeast-1
    AWS CLIでサービスの各種コマンドを動かしてみる(EC2編2: ボリューム) | Developers.IO : http://dev.classmethod.jp/cloud/aws/awscli-ec2-2-volume/
aws ec2 describe-volume-attribute --volume-id vol-049df61146c4d7901 --attribute autoEnableIO
    describe-volumes — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-volume-attribute.html

aws のオプション一覧