Authorize or revoke ingress access to a CIDR range to a AWS Security Group.
Required Only authorize
or revoke
is supported.
authorize
allows the CIDR range access to the SG while revoke
removes the access.
Required Starting port range.
Required Ending port range.
Required Use the format x.x.x.x/32
Required Description of the rule.
uses: actions/aws_ec2_sg_ingress@v0.1.0
with:
action_type: 'authorize'
from_port: 22
to_port: 22
cidr: 0.0.0.0/0
desc: Just an example