Command option Sample:aws ec2 modify-volume

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

You can modify several parameters of an existing EBS volume, includingvolume size, volume type, and IOPS capacity.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/modify-volume.html

aws ec2 modify-volume --volume-id vol-0f6253ddfe034a075 --size 100 --volume-type io1
    Two long-awaited new features in AWS EC2 - Cloud Academy Blog : http://cloudacademy.com/blog/two-long-awaited-new-features-in-aws-ec2/
aws ec2 modify-volume --region us-east-1 --volume-id vol-11111111111111111 --size 200 --volume-type io1 --iops 10000

The command yields output similar to the following:

    Monitoring the Progress of Volume Modifications - Amazon Elastic Compute Cloud : http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cli-modify.html
aws ec2 modify-volume --region us-east-1 --volume-id vol-11111111111111111 --size 20 --volume-type gp2
    Support automatic resizing of volumes 揃 Issue #35941 揃 kubernetes/kubernetes 揃 GitHub : http://github.com/kubernetes/kubernetes/issues/35941
aws ec2 modify-volume --region us-east-1 --volume-id vol-11111111111111111 --size 2000 --volume-type gp2 --iops 100\n
    REsize Amazon EBS volumes without a reboot JTWay : http://jtway.co/resize-amazon-ebs-volumes-without-a-reboot-ca118b010b44
aws ec2 modify-volume --volume-id ID_OF_DEVICE --size NEW_SIZE (modify volume command line documentation)

    linux - AWS ec2 root volume increase: Expanding elastic root volume on aws ubuntu instance not working - Stack Overflow : http://stackoverflow.com/questions/42465831/aws-ec2-root-volume-increase-expanding-elastic-root-volume-on-aws-ubuntu-instan
aws ec2 modify-volume --volume-id vol-08ac011213c5b6363 --volume-type=gp2 --region us-east-1 2
    Linux Performance in Cloud: Elastic Storage in AWS Cloud : http://techblog.cloudperf.net/2017/04/elastic-storage-in-aws-cloud.html
aws ec2 modify-volume --volume-id vol-XXXXXXXXXXXXX --size
    AWS EC2 - Indie IT Wiki : http://wiki.indie-it.com/wiki/AWS_EC2
aws ec2 modify-volume --region us-east-1 --volume-id vol-11111111111111111 --size 200 --volume-type io1 --iops 10000
    Amazon EBS Elastic Volumes – Mountain Fog : http://www.mtnfog.com/blog/tech/amazon-elastic-volumes/
aws ec2 modify-volume --region ap-northeast-1 --volume-id vol-1234abcd1234acbd1 --size 30 --volume-type gp2
  : http://www.weblog-beta.com/2017/09/26/ebs驍オ・コ繝サ・ョ驛「%9D繝サ87%8A・・9C驛「%9D繝サ・・驛「%9D繝サ・シ驛「%9D・ー驛「・ァ髮・9E繝サ・、繝サ・ァ驍オ・コ繝サ98・ェ繝サ・・驍オ・コ繝サ90・カ繝サ%8B/

aws のオプション一覧