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'm feeling the pain in getting started contributing. Despite having suitable AWS access keys available both as ENV vars AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, but also within ~/.aws/credentials and even ~/.fog, if...

Got this tip from the VCR community, there's a facility available to automatically strip secrets from generated vcr_cassettes: https://relishapp.com/vcr/vcr/v/3-0-1/docs/configuration/filter-sensitive-data

Add a property for the associate_public_ip_address option for a launch configuration

question

I'm receiving an error when trying declare a instance in a VPC subnet ``` puppet [root@admin1001 ~]# puppet agent -t Warning: Setting modulepath is deprecated in puppet.conf. See http://links.puppetlabs.com/env-settings-deprecations (at...

bug

Hi im getting the error below when im trying to create an ec2 instance ? any ideas on whats the problem ? [root@tocwcds5ic aws]# puppet apply create.pp Notice: Compiled catalog...

Currently when a launchconfiguration is created, the security groups are set to a value of 'all possible security groups'. This is not ideal. The code should take the data from...

I'm using the following simple manifest to create a VPC, internet gateway, and routetable: ``` puppet # test.pp ec2_vpc { 'test-id-vpc': ensure => present, region => 'us-west-2', cidr_block => '10.0.0.0/24',...

Changes to the load_balancer property are detected, but not updated correctly for the ecs_service type. This may be a limitation of ECS, but lets find out.

We need to be able to set ensure => absent for iam_policy_attachments. Seems like a deliberate oversight though, am I missing something?

Currently, puppet reports a change of the security group as requested, but no action is taken.