Is it possible to create a EBS volume from and attach it to the same instance? will boto be of some help?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes, you will need to install the ec2-api tools http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=88 then use I haven't used |
|||
|
|
|
You can even do this from the EC2 console: - create a snapshot of your volume - create a new volume of that snapshot - attach the new volume to your instance all actions are supported by the console |
|||
|
|