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

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

ボリュームサイズ、ボリュームタイプ、IOPS容量など、既存のEBSボリュームのいくつかのパラメータを変更できます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/modify-volume.html

aws ec2 modify-volume --volume-id
    EBSがオンラインで拡張、タイプ変更、IOPSの変更ができるようになりました。 – サーバーワークスエンジニアブログ : http://blog.serverworks.co.jp/tech/2017/02/14/ebsupdate/
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-west-2 --volume-id vol-0e3eb2f3f6e75583c --size 32
    IT Labor Note: Amazon Web Service (AWS) EC2 で CentOS 7 から EBS を拡張した時のメモ : http://itlabor.blogspot.com/2018/06/amazon-web-service-aws-ec2-centos-7-ebs.html
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 vol-05c927a2a0afec131 --size 12 --region ap-northeast-1
    EBSボリュームのサイズ変更をやってみる : http://qiita.com/jucco/items/530182dba4a467b41e07
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 のオプション一覧