On Tue, Jan 3, 2012 at 10:14 AM, Ryan Chan <[email protected]> wrote:
> Anyone have experience and willing to share for Beanstalk? > > e.g. > > How does Puppet fit in when we mainly use AWS Elastic Beanstalk? > > Seems most features are provided by Beanstalk. > > -- > 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. > > Well there are two Amazon products that you can look at here: CloudFormation, which is a way to templatize spinning up a set of nodes, and which could be used to deploy a puppet master and/or clients. See this example for more info: https://s3.amazonaws.com/cloudformation-examples/IntegratingAWSCloudFormationWithPuppet.pdf As far as BeanStalk goes, it's not really targeted at the same use case Puppet is, Elastic BeanStalk is Amazon's first attempts at providing something akin to a PaaS (Platform as a Service), allowing developers an easy way to just upload code to the cloud, and have scaling tasks taken care of automatically. Currently Elastic BeanStalk is limited to Java apps, but they have plans to extend that in the future. Cheers, Brian -- <http://aws.amazon.com/solutions/solution-providers/brandorr/> -- 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.
