Questions tagged [puppetlabs-aws]
6 questions
11
votes
1 answer
How to set hostname in EC2 instance with puppet based bootstrapping
I'm trying to build a puppet managed infrastructure (non-enterprise) in AWS with EC2 instances. Using puppetlabs-aws module I'm able to create the machines by convenient means. Next up is to make local settings on each node, most importantly setting…

Johan
- 5,003
- 3
- 36
- 50
1
vote
1 answer
I need to use aws_session_token with puppetlabs-aws
At my work, when using aws cli we use aws_session_token. I don't see anything in puppetlabs-aws support for aws_session_token. Any ideas?

gerbdla
- 31
- 2
1
vote
1 answer
Puppet calls same service in multiple module?
I have a puppet module A.
In that module I have a service restart for a change in file.
class A::test1 {
include ::corednsclient
service { 'sshd':
ensure => running,
enable => true,
}
}
Now , I have a different puppet module B.
In…

melvil james
- 592
- 7
- 18
1
vote
0 answers
How to provision rds instance inside vpc via puppet
I'm trying to provision rds instance inside existing VPC using puppetlabs/aws module. I'm able to provision rds instance in non-VPC mode using following declaration of resource:
rds_instance { $instance_name:
ensure => present,
…

Bakir Jusufbegovic
- 2,806
- 4
- 32
- 48
0
votes
1 answer
In Puppet, on which node should I declare the puppetlabs-aws classes?
If I want to use the puppetlabs-aws module to create Amazon AWS instances, on which node in my puppet hierarchy should I declare those classes? Obviously I can't declare them on the nodes that I'm about to create, so where, then? When and how does…

Chris Owens
- 1,107
- 1
- 10
- 15
0
votes
1 answer
Error: Could not autoload puppet/face/node_aws/bootstrap
puppet help node-aws
Error: Could not autoload puppet/face/node_aws/bootstrap: cannot load
such file -- guid Error: Could not load help for the face node-aws.
Please check the error logs for more information.
Detail: "Could not autoload…