EC2 - taking an EBS snapshot, saving to S3, and then launching instances from S3
Posted
by git-noob
on Stack Overflow
See other posts from Stack Overflow
or by git-noob
Published on 2010-03-16T12:22:22Z
Indexed on
2010/03/16
12:26 UTC
Read the original article
Hit count: 409
I like the convenience of taking an AMI snapshot - but ideally I do no want to pay for the volume to be attached to my running instance.
Is there a way to save a snapshot instance to S3 and then launch from S3 without attaching a volume to the running instance - gaining the convenience of snapshots - without the running costs?
© Stack Overflow or respective owner