On Thu, Oct 11, 2012 at 1:23 PM, Itamar Reis Peixoto
<ita...@ispbrasil.com.br> wrote:
> why fedora ec2-image doesn't have a swap ?

The standard in EC2 is to use ephemeral storage for swap.
Unfortunately, different instance types put their ephemeral storage in
different places, and some have none at all, so I suggest using a
script to manage swap space as the instance starts.  You can do this
by uploading a script as the instance's user data:

euca-run-instances ami-2ea50247 ... --user-data-file=some-shell-script.sh

--
Garrett Holmstrom
_______________________________________________
cloud mailing list
cloud@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/cloud

Reply via email to