I am a begineer on setting up instances on Amazon EC2. Every time I create an instance, it is always created with a 10GB harddisk space. Is there a way to create an instance with a higher volume on EC2?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set the size of the EBS root volume using the block device mapping options.
Depending on the AMI and Linux distro, you may need to run one of:
or
I wrote an article that describes how to do this with the command line tools:
This is also possible through the AWS console and API.