Guest User

Untitled

a guest
Jun 19th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Run instance:
  2.  
  3. # for 100GB partition
  4. ec2-run-instances -k KEY_NAME --instance-type m1.large --block-device-mapping /dev/sda1=:100 ami-266c984f
  5.  
  6. Configure instance:
  7.  
  8. $ yum -y install e2fsprogs
  9. $ resize2fs /dev/xvda1
  10.  
  11. (Last step will take some time)
  12.  
  13. Enjoy!
Add Comment
Please, Sign In to add comment