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

## Steps to Reproduce Steps to reproduce the behavior: 1. Started Puppet Enterprise 2. Run amazon_aws::ec2_aws_describe_instances task 3. Error showed up as AWS was not able to validate the provided...

bug

Assumed types of protocol_policy in the validate and munge block are different. Now it is fixed to handle protocol_policy as string

It looks like the parsing for the cidr entry on an ec2_securitygroup call doens't allow for IPV6 addresses. ``` ec2_securitygroup { 'name': ingress => [ protocol => 'tcp', port =>...

When creating a routetable, I get the following error in the log file. However, the routetable is created without any problem. This happens only when the routetable is created. When...

Adds the option to copy tags to RDS snapshots.

When setting up ingress rules with `ec2_securitygroup`, the module can't handle ingress rules that refer to security groups in peered VPCs; this is because when it tries to do the...

enhancement

Without the attributes, I'm unable to enable load balancing across multiple AZ's. Even though I can bring the load balancer up with instances across different AZ's, it comes up with...