puppetlabs-aws
puppetlabs-aws copied to clipboard
Puppet module for managing AWS resources to build out infrastructure
Hi aws module ec2_instances function supports tags field for creation of instances. However the same instances created by ec2_autoscalinggroup won't have any tags since the field is not supported. This...
I'm trying to provision rds instance inside existing VPC using puppetlabs/aws module. I'm able to provision rds instance in non-VPC mode using following declaration of resource: ``` rds_instance { $instance_name:...
Is there any possibility of getting VPC Peering Connections added to the module any time soon? I've had a look at doing this but the Ruby programming requirement to do...
If I don't specify the allocated_storage when the instance doesn't exist yet, I get this: Error: Could not set 'present' on ensure: missing required parameter params[:allocated_storage] If I specify the...
ensure => 'present' creates A record with no issues: Info: Creating A record local33.localdomain.com. changing present to absent does not remove the newly created route53 record. no errors are displayed...
Based on the README documentation, the TTL attribute of route53_record resources should be optional. In practice, omitting this attribute gives the following error ``` Wrapped exception: Invalid request ```
How to set the alias target in route53_a_record i cant find any example in the AWS module
HI, I am trying to create a private hosted route53 zone and a record set. manifest below for reference: # Setup private DNS for cm.test.com route53_zone { 'Internal - cm.test.com':...
I've been testing out the possibility of upgrading instance types of previously puppet launched ec2 instances. I see that instance_type property is read-only, but would it be possible to upgrade...
I'm going to be looking into this myself, likely today, but it will be an early step into writing custom facts that do something other than call system binaries. The...