Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

MyIpToSecurityGroup

Add myIP to segurity group for AWS account

#USE This script add your IP to SG that you like choose. You need the credentials "aws_access_key_id" and "aws_secret_access_key" into $HOME/.aws/config

#SETTING Setting $HOME/.aws/config.

example:

[profile environment-pro] output = table region = eu-west-1 aws_access_key_id = XXXXXX aws_secret_access_key = xxxxx

#RUN Run only with environment: python myIpToSecurityGroup.py "environment-dev" You see all SG about yout account python myIpToSecurityGroup.py "environment-dev" default You add your IP to SG default

About

Add myIP to segurity group for AWS account

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors