Guest User

Untitled

a guest
Dec 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. # change disk size
  2. aws ec2 modify-volume --volume-id ${1} --size 100
  3. # view the state
  4. aws ec2 describe-volumes-modifications --volume-id ${1}
Add Comment
Please, Sign In to add comment