CLI replacement to replace having to update ingress/egress rules in AWS security groups via the web console.
First configure the following in awssech.sh
SEC_GRP="my-security-group-name"
DESCRIPTION="my-description-no-spaces"
AWS_PROFILE="my-aws-profile-name-usually-default"
Make the script executable.
chmod +x awssech.sh
./awssech.sh
(optional) Setup an alias in your shell profile.
alias awssech="/Users/johndoe//aws-secgroup-helper/awssech.sh"
This makes awssech globally available.
The AWS CLI needs to be installed and configured. Make sure your intended zone is setup in the defaults.
- Protocol setting needs to be implemented