awsipranges

Quickly query the AWS IP Ranges

OTHER License

Downloads
2.8K
Stars
78

Bot releases are hidden (Show)

awsipranges - Update the README and Package Metadata

Published by cmlccie 3 months ago

  • Update README.
  • Update package metadata.

Full Changelog: https://github.com/cmlccie/awsipranges/compare/v0.5.2...v0.5.3

awsipranges - First Public Release!

Published by cmlccie 3 months ago

We're excited to announce the first public release of awsipranges! This Rust-based CLI tool is designed to make querying AWS IP address ranges simple and efficient, directly from your command line. Whether you're checking if an IP is part of AWS's public IP ranges, identifying the services and regions associated with an IP, or filtering through AWS's IP ranges for specific criteria, awsipranges has you covered.

Key Features:

  • Retrieve & Cache: Automatically fetches and caches the ip-ranges.json file to your home directory, ensuring you're always working with up-to-date information.
  • Search & Filter: Easily search for IPv4/IPv6 addresses or CIDRs and filter results by region, service, and more.
  • Multiple Output Formats: Supports table, CIDR, and netmask formats for easy readability and integration with other tools.
  • Save to CSV: Export your search and filter results to CSV for further analysis or use in other applications.
  • Rust Crate Available: Incorporate awsipranges's functionality into your own Rust applications with ease.

Get Started:

To install awsipranges, ensure you have the Rust toolchain installed, then run:

cargo install awsipranges