puppetlabs-aws
puppetlabs-aws copied to clipboard
Puppet module for managing AWS resources to build out infrastructure
We need a new type: ec2_vpn_nat_gateway To support the new vpn nat gateways in aws.
Hi, Using the vpc-example provided in the repository I have been testing the VPC provider. Although the puppet code works it does surprising things which I would not expect. If...
We currently don't have the ability to manage the website configuration of an S3 bucket. From the looks of it, this should be pretty simple to implement.
I'm trying to configure a zone using Hiera and iterating onto my hash with the `create_resources` function. However I'm facing an issue, all my records keeps getting recreated every time...
ec2_instance type should support source_dest_check and should not be a 1 time creation parameter.
When I run puppet agent using this module on a new Debian Wheezy PE system, I get: ``` Error: Could not autoload puppet/provider/ec2_instance/v2: cannot load such file -- retries Error:...
This PR adds two utility functions 1. ec2_return_private_ip_addresses(region, [instance_name_regex], [subnet_id]) 2. ec2_return_private_cnames(region, [instance_name_regex], [subnet_id]) The functions return an array matching the critera containing either ip addresses or cnames depending on...
It would be very helpful to add support to the Route53 resources for the ALIAS record set type that is a part of A and AAAA records in AWS. These...
Security group creation sometimes fails I have the module version "1.4.0" ``` Checking if security group sample-sg exists in region us-east-1 Creating security group sample-sg in region us-east-1 No groups...
Puppet master/clients have recently updated to 4.5.0 and now receiving this error message. No changes have been made to the node manifests. I tried updating the aws module to latest...