Storing bundled AMI:s at Amazon EC2
- by Industrial
Hi everybody,
I am totally new on configuring servers and working with EC2, so please bare with me.
I managed after a lot of hair pulling to get a server with Ubuntu up and running with memcached and some other goodies that would make a great package for me.
I thought that however, when storing it as an AMI with this tool I would be able to have memcached available next time I launched an instance based upon that image.
What can I do to make sure that my configuration is saved properly to an instance?
Question number two:
- Can I someway make a command that is automatically run on server creation, like initiating memcache with "memcache -d -m 1700 -u root" or even a batch of them?