ai-0042-lokesh-hr/AWS Security Group IP Modifier
Add or remove an IP to/from an AWS security group
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| all-sec | All AWS credentials as secrets (e.g., AWS_ACCESS_KEY_900, AWS_SECRET_ACCESS_KEY_900, etc.) | yes | — |
| account | Account ID to use for AWS keys | yes | — |
| aws-access-key-id | AWS Access Key ID | no | — |
| aws-secret-access-key | AWS Secret Access Key | no | — |
| aws-region | AWS Region (e.g., us-east-1) | yes | — |
| security-group-id | AWS Security Group ID | yes | — |
| port | Port to open (e.g., 22) | yes | 22 |
| protocol | Protocol for the rule (default: tcp) | no | tcp |
| description | Description for the rule | no | GitHub Action IP |
| to-port | ToPort if different from FromPort | no | 22 |
| action | Action to perform: add or remove IP | yes | — |
Outputs
no outputs