Skip to content

Python utility to add an Ingress rule to a Security Group for your IP

Notifications You must be signed in to change notification settings

elijahchancey/let_me_in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

let_me_in

let_me_in is a python utility that will add an ingress rule to a vpc security group using your IP address. Here's how to use it:

$ ./let_me_in.py bastion 22
This Inbound Security Rule is about to be added:
Security Group Name: bastion
Security Group Id:   sg-1234567
My IP Address:       42.42.42.42/32
Port:                TCP/22
Rule Description:    2018-02-22.elijahchancey.MacBook-ProE
Type 'yes' to continue: yes
Rule Added.

Please let me know if you think this tool should be improved.

About

Python utility to add an Ingress rule to a Security Group for your IP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages