Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

ec2_securitygroup - Default VPC Security Group #517

Open
ogtool opened this issue Nov 11, 2018 · 0 comments
Open

ec2_securitygroup - Default VPC Security Group #517

ogtool opened this issue Nov 11, 2018 · 0 comments

Comments

@ogtool
Copy link

ogtool commented Nov 11, 2018

Every VPC that is created will automatically have a security group created with the GroupName "Default". This GroupName cannot be changed. This module only supports referencing the SecurityGroup you want to manage by the GroupName (specifically errors when trying to use sg-####### format).

If you have more than 1 subnet, you'll always have more than 1 securitygroup with the name 'Default'.

Issues this raises:

  • using puppet resource to scrape the resources, you'll only ever get one of your securitygroups
  • you cannot reliably manage the Default security groups as you don't know for sure which one Puppet will try and manage
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant