This repository was archived by the owner on Jun 5, 2020. It is now read-only.
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
ec2_securitygroup - Default VPC Security Group #517
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels