Skip to content

Simple Python updater of current IP to your aws security group

License

Notifications You must be signed in to change notification settings

Oshayr/Update_Dynamic_IP_to_aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update_Dynamic_IP_to_aws

Simple Python updater of current IP to your aws security group

  • Needs Boto3 configuration setup.

Fill in the settings at top of script (all required):

Setting Example Description
AWS_REGION us-east-1 region security group is in
SECURITY_GROUP_ID sg-12345a6bc7de89f10 id of the security group
DESCRIPTION dynamic ip description comment of the ip to be added or updated
PORT 22 port to use
PROTOCOL -1 protocol - For All use: -1
REMOVE_CURRENT_MANUALLY_ADDED_IP False if true will remove current ip using the set Protocol, and port (if not all), if no set description

About

Simple Python updater of current IP to your aws security group

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages