[LRUG] [devops] enlarge root volume on existing ec2 instance

Paul Campbell paul at rslw.com
Fri Jul 19 04:35:15 PDT 2013


Do you actually need the same instance? My preferred technique of swapping
anything in EC2 is:

- spin up a clone with the new setup
- migrate any data to the clone
- take down the service if necessary
- re-run the data migration to pick up any changes
- replace the old server with the new one

in my experience, this gives you the minimum of downtime, with the maximum
simplicity.

—P


On Fri, Jul 19, 2013 at 12:32 PM, Viktor Trón <viktor.tron at gmail.com> wrote:

> slightly off topic, but encouraged by recent devops wisdom.
>
> We need to have bigger disk on an existing ec2 instance.
>
> One approach even reading about gives me headache
> http://stackoverflow.com/questions/550790/growing-amazon-ebs-volume-sizes
> the accepted answer is from 2009 and lots of controvercy.
>
> Another approach that might work is to turn off the instance (stop not
> terminate), create an AMI image from it then relaunch with a larger disk.
>
> any guidance appreciated.
> Vik
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>
>


-- 

Paul Campbell
paul at hypertiny.ie
- - - - - - - - - - - - - - - - - - -
web http://hypertiny.ie
blog http://www.pabcas.com
twitter http://www.twitter.com/paulca
github http://www.github.com/paulca
phone +353 87 914 8162
- - - - - - - - - - - - - - - - - - -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20130719/6bb52b14/attachment.html>


More information about the Chat mailing list