[Puppet Users] Re: Puppet Opensource: handling EC2 instances on AWS

2015-04-21 Thread Martijn
Op dinsdag 14 april 2015 14:07:24 UTC+2 schreef akash bhatia: > > > i just want to understand the concept of how to achieve the same on the > AWS, where we dont have liberty to customise domain name while creating a > new instance in AWS EC2. > > It is possible to set your own custom domain name

Re: [Puppet Users] Re: Puppet Opensource: handling EC2 instances on AWS

2015-04-16 Thread Gareth Rushgrove
On 15 April 2015 at 12:06, Nick Howes wrote: > You could set tags on EC2 instances, and use those to classify them. You > might write a new fact called e.g. ec2_server_role, that reads in a tag from > the server, then use that fact (possibly in the default node definition, > depending on how you d

[Puppet Users] Re: Puppet Opensource: handling EC2 instances on AWS

2015-04-15 Thread Nick Howes
You could set tags on EC2 instances, and use those to classify them. You might write a new fact called e.g. ec2_server_role, that reads in a tag from the server, then use that fact (possibly in the default node definition, depending on how you do things) to decide what role the node has. Writi