mnavarrocarter/AWS Security Group Inbound Rule Action
Creates a inbound rule in an AWS Security Group and deletes it when the job finishes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-security-group-id | The id of the security group to add the rule to | yes | — |
| aws-access-key-id | Your amazon access key id | yes | — |
| aws-secret-access-key | Your amazon secret access key | yes | — |
| aws-region | The aws region to use | no | eu-west-1 |
| port | The port to allow | yes | — |
| protocol | The protocol to allow | no | tcp |
| ip | The ip address that you want to add to the rule. If none provided it will attempt to get it from https://ipinfo.io | no | "" |
Outputs
| name | description |
|---|---|
| ip | The ip address determined by the action or the one passed in the inputs |
| aws-security-group-rule-id | The id of the created security group rule |