Command option Sample:aws ec2 create-volume

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

Creates an EBS volume that can be attached to an instance in the sameAvailability Zone.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-volume.html

aws ec2 create-volume \
    Resizing the Root Disk on a Running EBS Boot EC2 Instance - Alestic.com : http://alestic.com/2010/02/ec2-resize-running-ebs-root/
aws ec2 create-volume --region us-east-1 --availability-zone us-east-1a --snapshot-id snap-066877671789bd71b --volume-type io1 --iops 1000

    AWS学(二)--CLI管理Image,Instance,Snapshot,S3 - 奔的猿 - ITeye博客 : http://billben.iteye.com/blog/2328925
aws ec2 create-volume --region us-east-1 --availability-zone us-east-1a --snapshot-id snap-066877671789bd71b --volume-type io1 --iops 1000\n
    AWS学(二)--CLI管理Image,Instance,Snapshot,S3-奔的猿-51CTO博客 : http://blog.51cto.com/7308310/2071502
aws ec2 create-volume \
    AWS CLI Query Quick Reference : http://blog.ashiny.cloud/page/awscli-query-quickref/
aws ec2 create-volume --availability-zone us-east-1a --size 20 --volume-type gp2
     Using Kubernetes Persistent volume to store persistent data | BigBinary Blog  : http://blog.bigbinary.com/2017/04/12/using-kubernetes-persistent-volume-for-persistent-data-storage.html
aws ec2 create-volume --region us-west-2 --availability-zone us-west-2a --size 5 --volume-type gp2
    Stateful Containers on Kubernetes using Persistent Volume and Amazon EBS | The Couchbase Blog : http://blog.couchbase.com/stateful-containers-kubernetes-amazon-ebs/
aws ec2 create-volume --size 10 --availability-zone eu-west-1a
     Launching a VM with the Amazon AWS command line tools - Blog dbi services  : http://blog.dbi-services.com/launching-a-vm-with-the-amazon-aws-command-line-tools/
aws ec2 create-volume --size
    Learning Machine Learning on the cheap: Persistent AWS Spot Instances : http://blog.slavv.com/learning-machine-learning-on-the-cheap-persistent-aws-spot-instances-668e7294b6d8
aws ec2 create-volume --snapshot-id snap-abcd1234
    Forensics in AWS: an introduction – : : blyx.com : : Blog : : Toni de la Fuente : : : http://blyx.com/2016/03/11/forensics-in-aws-an-introduction/
aws ec2 create-volume --snapshot-id snap-1 --availability-zone AZ -- volume-type standard
    Enterprise in the Cloud: MySQL Recover from EBS snapshots for logical volume : http://cloudconclave.blogspot.com/2013/12/mysql-recover-from-ebs-snapshots-for.html
aws ec2 create-volume --availability-zone us-east-1a --size 5 --volume-type standard
    How to Use AWS Lambda to Cleanup Unused EBS Volumes | Coding Sans : http://codingsans.com/blog/cleanup-unused-ebs-volumes
aws ec2 create-volume --size 10 --region us-east-1 --availability-zone
    Solved: Multiple EBS drives on ec2 - Cloudera Community : http://community.cloudera.com/t5/Cloudera-Director-Cloud-based/Multiple-EBS-drives-on-ec2/m-p/41520
aws ec2 create-volume --snapshot-id "your encrypted snapshot Id" --volume-type gp2 --availability-zone "your availability zone" --encrypted

    Sophos UTM on AWS: How to encrypt a Standalone UTM root EBS volume - Sophos Community : http://community.sophos.com/kb/en-us/132477
aws ec2 create-volume --size 32 --availability-zone
    Resizing an EBS disk | DjaoDjin | DjaoDjin | DjaoDjin : http://djaodjin.com/blog/resize-ebs-image.blog.html
aws ec2 create-volume --availability-zone us-east-1a --volume-type gp2 --size 80 --tag-specifications 'ResourceType=volume
    create-volume — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ec2/create-volume.html
aws ec2 create-volume --size
    Amazon Web Services — Pachyderm 1.1.0 documentation : http://docs.pachyderm.io/en/v1.4.6/deployment/amazon_web_services.html
aws ec2 create-volume --size 20 --region us-east-1 --availability-zone us-east-1c --volume-type gp2
    Optimizing AWS EBS Using LVM - DZone Cloud : http://dzone.com/articles/how-to-optimize-aws-ebs-using-lvm-and-reduce-cost
aws ec2 create-volume --size aws ec2 create-volume --availability-zone ap-northeast-1a --size 10
    IT Labor Note: 02/12/14 : http://itlabor.blogspot.com/2014_02_12_archive.html
aws ec2 create-volume --availability-zoneaws ec2 create-volume --availability-zone eu-west-1c --size 10 --volume-type gp2
    An Introduction to Kubernetes FlexVolumes : http://leebriggs.co.uk/blog/2017/03/12/kubernetes-flexvolumes.html
aws ec2 create-volume snapshot-id snapshot_id --availability-zone zone"
    DevOps Backup in Amazon EC2 AWS Startup Collection Medium : http://medium.com/aws-activate-startup-blog/devops-backup-in-amazon-ec2-190c6fcce41b
aws ec2 create-volume --availability-zone
    AWS CLI - Michael's Information Zone : http://michaelwiki.geekgalaxy.com/index.php/AWS_CLI
aws ec2 create-volume --volume-type gp2 --size 20 \
    Persisting state between AWS EC2 spot instances | peteris.rocks  : http://peteris.rocks/blog/persisting-state-between-aws-ec2-spot-instances/
aws ec2 create-volume --size 100
    Unable to mount volumes for pod because "volume is already exclusively attached to one node and can’t be attached to another" : http://portworx.com/warning-failedattachvolume-warning-failedmount-kubernetes-aws-ebs/
aws ec2 create-volume --size 100 --availability-zone us-east-1a --dry-run
    Creating Consistent Snapshots of a Live Instance with XFS on a Boot-from-EBS AMI — Shlomo Swidler : http://shlomoswidler.com/2010/01/creating-consistent-snapshots-of-live.html
aws ec2 create-volume not creating volume
    bash - AWS CLI ec2-automate-backup: Use volume name or description - Stack Overflow : http://stackoverflow.com/questions/33547776/aws-cli-ec2-automate-backup-use-volume-name-or-description
aws ec2 create-volume --availability-zone eu-west-1a --size 2
    Storage — STUPS Documentation SNAPSHOT documentation : http://stups.readthedocs.io/en/latest/user-guide/storage.html
aws ec2 create-volume --availability-zone us-east-1a --size 40 --snapshot-id snap-e76a3b25 --output text
    Painlessly Increase Your EBS Based Root Volume Without Rebuilding | David's Unix Tips and Tricks : http://tech.dcolon.org/wordpress/painlessly-increase-your-ebs-based-root-volume-without-rebuilding/
Aws ec2 create-volume cli-input-json file://volume.json
    Putting CLI Skeletons to Work in AWS -- Virtualization Review : http://virtualizationreview.com/articles/2018/06/15/putting-cli-skeletons-to-work-in-aws.aspx
aws ec2 create-volume \
    Creating a Volume from a Snapshot - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Creating+a+Volume+from+a+Snapshot
aws ec2 create-volume --size 100 --region eu-west-1 --availability-zone eu-west-1a --snapshot-id snap-008c4162b8fb6b76d --volume-type standard
    How to enlarge the size of an EBS volume in AWS and extend an ext4 partition | daniloaz.com : http://www.daniloaz.com/en/how-to-enlarge-the-size-of-an-ebs-volume-in-aws-and-extend-an-ext4-partition/
aws ec2 create-volume --size 20 --region us-east-1 --availability-zone us-east-1c --volume-type gp2
    How to optimize AWS EBS using LVM and reduce cost - FittedCloud : http://www.fittedcloud.com/blog/how-to-optimize-aws-ebs-using-lvm-and-reduce-cost/
aws ec2 create-volume -region us-west-1b -snapshotid mysnapshot-id)

    Storage in Cloud # AWS , # Azure | LinkedIn  : http://www.linkedin.com/pulse/storage-cloud-aws-azure-durga-prasad-dutta
aws ec2 create-volume --size aws ec2 create-volume --encrypted
    CMP304_Deep Dive Backing Up Amazon EC2 with Amazon EBS Snapshots : http://www.slideshare.net/AmazonWebServices/cmp304deep-dive-backing-up-amazon-ec2-with-amazon-ebs-snapshots
aws ec2 create-volume --size 50 --snapshot-id snap-123 --availability-zone eu-west-1a --volume-type gp2.
    AWS EBS snapshots stuck at 0% : http://www.vascop.com/aws-ebs-snapshots-stuck-at-zero-percent.html

aws のオプション一覧