Is it possible to create a EBS volume from and attach it to the same instance?
will boto be of some help?
Is it possible to create a EBS volume from and attach it to the
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.
Yes, you will need to install the ec2-api tools http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=88
then use
ec2-create-volumeandec2-attach-volumecommands: http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/I haven’t used
botofor this and don’t know if it can, but I have found boto to always make things easier if it can be used.