Skip to content

CLI replacement to replace having to update ingress/egress rules in AWS security groups via the web console.

Notifications You must be signed in to change notification settings

pseudokool/aws-secgroup-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AWS Security Group Updater

CLI replacement to replace having to update ingress/egress rules in AWS security groups via the web console.

Usage

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.

Requirements

The AWS CLI needs to be installed and configured. Make sure your intended zone is setup in the defaults.

TODO

  • Protocol setting needs to be implemented

About

CLI replacement to replace having to update ingress/egress rules in AWS security groups via the web console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages