puppetlabs-aws icon indicating copy to clipboard operation
puppetlabs-aws copied to clipboard

Can't reference security groups from peered VPCs

Open philomory opened this issue 6 years ago • 3 comments

When setting up ingress rules with ec2_securitygroup, the module can't handle ingress rules that refer to security groups in peered VPCs; this is because when it tries to do the mapping between security group names and security group ids, it always only looks in the current VPC for matches. That doesn't conform to AWS's own behavior though, AWS allows you to reference security groups from other peered VPCs in the same region, and has for more than two years.

philomory avatar Jun 29 '18 19:06 philomory

Raising a ticket for this.

gregohardy avatar Jul 18 '18 09:07 gregohardy

@gregohardy Is this a ticket I should be able to see? I checked tickets.puppetlabs.com and wasn't able to find it.

philomory avatar Aug 17 '18 02:08 philomory

I added this recently in my own branch. I may be able to do a quick PR

daveseff avatar Feb 21 '19 03:02 daveseff