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

This should resolve part of the #214 enhancement

feature

I created a related issue in: https://github.com/vcr/vcr/issues/599 (with regard to creating scripted acceptance tests and feature specs) Relying on developers to diligently scrub their code of secrets prior to commit...

I find this method confusing. Also, I think its causing a bug in `config_with_network_details` method upon security group detection. Security groups have a `group_name` method, but we only seem to...

I'm having issues discovering remote attributes once the resource is created. Example, my manifest creates an Instance but i then want to get the public IP for that instance and...

For the autoscaling group we should be able to specify- - placement-group - default-cooldown - termination-policies - desired-capacity For launch configs- - iam-instance-profile - associate-public-ip-address - placement-tenancy The placement group...

enhancement

With `region = us-west-2` configured in `puppetlabs_aws_configuration.ini`, the `rds_instance` type fails to create the RDS instance with an error like so: `Error: Could not set 'present' on ensure: missing region;...

I'm seeing a behavior that prevents me from using this module from updating the security group membership of existing ec2 instances. Here's how I reproduce it: 1. Provision an ec2...

enhancement

I am not sure if this is solvable however I am interested in any views on how this could work or if the module can be extended to support this....

enhancement

Running `puppet resource ec2_instance` gives me a resource with a `block_devices` param that looks like the following. ``` block_devices => [{'delete_on_termination' => 'true', 'device_name' => '/dev/xvda'}] ``` Running puppet apply...

Specifying a snapshot_id in blockdevice creation doesn't appear to work. Code below `device_name => '/dev/xvdf', snapshot_id => 'snap-35274d10', volume_type => 'gp2', volume_size => 4000,` I get the EBS vol created,...