aws::security-group¶
Create a security group with specified rules.
Example¶
aws::security-group security-group-example
name: "security-group-example"
vpc: $(aws::vpc vpc-security-group-example)
description: "security group example"
end
Attributes¶
Attribute | Description |
---|---|
name | The name of the Security Group. (Required) |
vpc | The VPC to create the Security Group in. (Required) |
description | The description of this Security Group. |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the Security Group. |
owner-id | The owner ID of the Security Group. |