https://github.com/bchew/ec2-checkpoint
EC2 checkpoint script to modify security groups
https://github.com/bchew/ec2-checkpoint
Last synced: about 1 month ago
JSON representation
EC2 checkpoint script to modify security groups
- Host: GitHub
- URL: https://github.com/bchew/ec2-checkpoint
- Owner: bchew
- License: mit
- Created: 2013-12-21T07:43:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-21T14:47:01.000Z (over 11 years ago)
- Last Synced: 2025-02-07T13:18:19.852Z (3 months ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ec2-checkpoint
==============
EC2 checkpoint script to modify security groups.
```
usage:
-h, --help show this help message and exit
-m MODE, --mode MODE 'authorize' or 'revoke'
-r REGION, --region REGION
AWS region to use, e.g. 'us-west-1'
--sg SG Security group name to modify, e.g. 'default'
--protocol PROTOCOL Protocol type, e.g. 'tcp'
--port PORT Port to authorize/revoke, e.g. '22'
--ip IP IP to authorize/revoke, e.g. '127.0.0.1'
--accessKey ACCESSKEY
AWS access key if not specified in ~/.boto [optional]
--secretKey SECRETKEY
AWS secret key if not specified in ~/.boto [optional]
--log LOG Logging level - DEBUG|INFO|WARNING|ERROR|CRITICAL
[optional]
```