Resource Type: ec2_securitygroup
- Defined in:
- lib/puppet/type/ec2_securitygroup.rb
- Providers:
-
v2
Overview
type representing an EC2 security group
Properties
-
description
a short description of the group
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
ingress
rules for ingress traffic
-
region
the region in which to launch the security group
-
tags
the tags for the security group
-
vpc
A VPC to which the group should be associated
Parameters
-
name (namevar)
the name of the security group
-
provider
The specific backend to use for this ‘ec2_securitygroup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.