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

I have followed the guideline when installing but no matter what i do i get uninitialized constant Aws::Route53, Aws::EC2 etc Puppet Gem list: /opt/puppetlabs/puppet/bin/gem list *** LOCAL GEMS *** aws-partitions...

I'm getting the error when i use the module locally on my laptop installed on a PE2016.2 master configured with my AWS environment: Error: Facter: error while resolving custom fact...

I have been trying to attach EBS volume to a VM created using this module using volume name. It gives error "Parameter block_devices failed on Ec2_instance[instance-name]: block device must include...

How to specify a user_data template in hiera ? If I specify an ec2_instance in hiera like: ``` test::ec2_instance: test004: ensure: present region: 'eu-west-1' subnet: "%{hiera('subnet')}" security_groups: - PP-Home image_id:...

S3 endpoints cannot be added as a source/destination using the puppetlabs-aws module. as an example running puppet resource against a security group with only a rule allowing egress to a...

[root@puppet XYZ]# puppet resource cloudwatch_alarm -y Error: Could not run: Puppet detected a problem with the information returned from AWS when looking up cloudwatch_alarm in us-east-1. The specific error was:...

enhancement

Running the acceptance tests seem to hang at Debug: Prefetching v2 resources for route53_mx_record Debug: Checking if MX record local.98515e13-b948-4762-b531-904e2c471383.com. exists Info: Deleting MX record local.98515e13-b948-4762-b531-904e2c471383.com. Let run for hours...

The module doesn't support setting (or reading) encryption options for new database instances.

We are going to be looking to make use of ALBs in the near future, and there is currently not support in the module for it. There are the client...

Hi, I am trying to connect AWS VPC with two remote networks using VPG. In order to acheive connectivity I also need to edit the route table for a VPC...