[Index]

aws:ec2-authorize-security-group


Authorize an EC2 Security Group. Currently only supports adding inbound rules to the group.

Property Summary

credentialsProvider A Credential Provider.
groupId The id of the group.
groupName The name of the group.
inboundPermissions The inbound permissions.
name The name of the job.

Property Detail

credentialsProvider

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

A Credential Provider. Defaults to the Profile Credential Provider using the default credential file as specified in the AWS SDK Guide here.

groupId

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes, or the group name.

The id of the group.

groupName

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes, or the group id.

The name of the group.

inboundPermissions

Configured ByELEMENT
AccessREAD_WRITE
RequiredYes.

The inbound permissions.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.


(c) R Gordon Ltd 2005 - Present