Hi, Excerpts from Christopher McCrory's message of Sun Nov 07 12:52:48 -0500 2010: > > I wanted to be able to startup an EC2 instance with one command and > have a fully functioning server without having to shell into each new > instance and configure the bits to allow puppet to finish the > configuration. Here are some notes I came up with for bootstrapping an > ec2 instance with puppet using Ubuntu 10.04.
On the same topic I've outlined in a series of blog posts [1] how Ubuntu 10.04 images can be bootstrapped and managed in EC2 and UEC. [1]: https://ubuntumathiaz.wordpress.com/category/puppet/ Once the puppetmaster is up and running starting a new instance is just a matter of running one command: start_instance.py webserver start_instance.py proxyserver It uses the native support for puppet provided in cloud-init so that the standard Ubuntu AMI is used. The puppet master isn't using auto-signing as S3 is used to store legitimate puppet clients. -- Mathias Gug Ubuntu Developer http://www.ubuntu.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
