Skip to content
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
@ogtool

Description

@ogtool

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions