Skip to content

Instantly share code, notes, and snippets.

@paha
Last active September 11, 2017 23:23
Show Gist options
  • Save paha/3d553b18b1011d52838748e372761cbb to your computer and use it in GitHub Desktop.
Save paha/3d553b18b1011d52838748e372761cbb to your computer and use it in GitHub Desktop.
$ aws ec2 create-volume --availability-zone=us-west-2b --size=120 --volume-type=gp2
...
$ aws ec2 create-volume --availability-zone=us-west-2b --size=120 --volume-type=io1 --iops=200
...
$ aws ec2 create-volume --availability-zone=us-west-2b --size=500 --volume-type=st1
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment