bbinmkt-organization/AWS Security Group Add IP
Add IP address to your AWS security group
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 23, 2026
- License
- None
Pinned Snippet
uses: bbinmkt-organization/aws-security-group-add-ip-action@a556ca1c431e00b15dcde063108d37ec7ab18ec9 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS Access Key ID | yes | — |
| aws-secret-access-key | AWS Secret Access Key | yes | — |
| aws-region | AWS Region | yes | — |
| aws-security-group-id | AWS Security Group | yes | — |
| port | The port which you want to allow | no | 22 |
| to-port | The to port which you want to allow (Leave it as blank to ignore) | no | "" |
| protocol | Protocol for the rule | no | tcp |
| description | The descriptipn of your IP permission | no | GitHub Action |
Outputs
no outputs