Tagged Questions
31
votes
6answers
21k views
Amazon EC2 - Swap root instance store device with EBS device
I have an EC2 instance with "instance store" device as a root device.
Now, I would like to attach an EBS volume to that same instance,
only that I want it to be the root device.
Is that possible?
What ...
18
votes
4answers
4k views
Should I persist images on EBS or S3?
I am migrating my Java,Tomcat, Mysql server to AWS EC2.
I have already attached EBS volume for storing MySql data. In my web application people may upload images. So I should persist them. There are ...
6
votes
2answers
963 views
Amazon EC2 - Convert EBS root device with instance store root device
I see that you can convert an instance stored instance to be EBS backed as this question shows. However, I want to do the opposite, take an EBS backed instance and convert it to be Instance Store ...
6
votes
2answers
6k views
Automount EBS volume in Amazon EC2 Windows Instance
Does anyone know how to auto-mount an Elastic Block Storage (EBS) volume when starting a Windows 2003 instance in Amazon's Elastic Compute Cloud (EC2)?
5
votes
3answers
680 views
steps to securing amazon EC2+EBS
I have just installed a fedora linux AMI on amazon EC2, from the amazon collection. I plan to connect it to EBS storage. Assuming I have done nothing more than the most basic steps, no password ...
2
votes
1answer
840 views
EC2- Booting from an EBS snapshot and then detaching the volume to reduce costs
I would like to boot from an EBS snapshot for convenience but then I would like to detach the volume after launch so I don't have to pay for it.
Is this possible?