puppetlabs-toy-chest / puppetlabs-aws

Puppet module for managing AWS resources to build out infrastructure
Apache License 2.0
188 stars 216 forks source link

ec2_securitygroup - Default VPC Security Group #517

Open ogtool opened 5 years ago

ogtool commented 5 years ago

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: