puppetlabs-aws icon indicating copy to clipboard operation
puppetlabs-aws copied to clipboard

Puppet module for managing AWS resources to build out infrastructure

Results 95 puppetlabs-aws issues
Sort by recently updated
recently updated
newest added
trafficstars

When I made a slight mistake and forgot to include a trailing period, I got: ``` 2015-03-20 00:39:56 +0000 Puppet (info): Loading facts in /var/opt/lib/pe-puppet/lib/facter/bashpocalypse.rb 2015-03-20 00:39:56 +0000 Puppet (info):...

enhancement

The ec2_vpc_routetable provider assumes that the gateway_id of an active route will not be nil. This results in an exception from the AWS SDK, and causes the entire process to...

bug

See https://github.com/puppetlabs/puppetlabs-aws/pull/157#issuecomment-104709347 Essentially if you want to support both public and private addressing for the same domain name you cannot based on the current namevar setup for the route53_zone type....

bug

I'm getting the following error: Error: Could not set 'present' on ensure: The attribute instanceInitiatedShutdownBehavior can only be used for elastic images. at 20:/etc/puppetlabs/puppet/environments/production/modules/infra/manifests/perf.pp This is my puppet code ::...

bug

Hello, I would have a possible enhancement for ec2 security groups. It is nice we can define ensure present or absent, but it would also be nice to define minimal,...

enhancement