Skip to content

Find the AWS account, region and instance_name/id for a provided public/private IP across AWS accounts/profiles

License

Notifications You must be signed in to change notification settings

rohit-k-das/aws-ip-to-region_account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Find Instance from Public/Private IP

Python script that finds the AWS account, region and instance_name/id for Public/Private IP across AWS accounts/profiles

Pre-requisite:

  1. AWS account with console access (Access ID & Key) and appropriate permissions.
  2. AWS-CLI installed & configured to use the Access ID & Key.
  3. Python 2.7
  4. Boto3 library (pip install boto3)

Environment: Linux, OSX

Usage: python Find_By_IP.py

About

Find the AWS account, region and instance_name/id for a provided public/private IP across AWS accounts/profiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages