Skip to main content

An AWS EIP Auditor

Project description

# Find Unused EIPs in AWS

This code allows us to find unused ip addresses in AWS and searches security groups for any reference of them. This allows us to save costs and keep it clean.

### Installation

This script requires python to run.

Step 1 - Setup venv (optional) `sh $ virtualenv .venv $ source .venv/bin/activate `

Step 2 - Install Requirements

`sh $ pip install -r requirements.txt `

### Scenarios:

1. Search all regions for unused ip addresses, and for referecnces to all security groups in the same region: `sh AWS_PROFILE=<profile name> python unused_ip_addresses.py --region all `

2. Search a specific region for all unused ip addresses, and for references to all security groups in that region: `sh AWS_PROFILE=<profile name> python unused_ip_addresses.py --region us-east-1 `

3. Search a specific region for a specified list of unused ip addresses, and for referecnces to all scurity groups in that region: `sh AWS_PROFILE=<profile name> python unused_ip_addresses.py --region us-east-1 --ip_addresses 10.1.1.1,10.2.2.2,10.3.3.3 `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eip-auditor-1.0.2.tar.gz (4.9 kB view details)

Uploaded Source

File details

Details for the file eip-auditor-1.0.2.tar.gz.

File metadata

  • Download URL: eip-auditor-1.0.2.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/2.7

File hashes

Hashes for eip-auditor-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ff14899004e42e44b13bdf9fa932d8f2bee2b159edb3ba81a3d852d05e9bb670
MD5 90f234e85d92683e002f95f95c436351
BLAKE2b-256 869c584a76e554f75df9f4dbf9fef377c4126be00728538f11a1da447d168b94

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page