awsx
is a lightweight, free alternative to the AWS Reachability Analyzer, crafted in Golang to help you analyze network connectivity within your AWS infrastructure. Tired of AWS pricing tiers or just want a CLI-driven, open-source solution? awsx
has got you covered—simple, fast, and community-driven!
- Purpose: Diagnose network reachability issues between AWS resources (e.g., EC2 instances, VPCs, subnets).
- Why Golang? Blazing-fast performance and easy cross-platform builds.
- Cost: 100% free—no hidden fees, no AWS bills!
Think of it as your trusty sidekick for untangling VPC mysteries—without the corporate price tag.
- ✅ Check connectivity between AWS resources (e.g., EC2 to RDS, VPC peering).
- ✅ Detailed path analysis with hop-by-hop insights.
- ✅ CLI-first design for DevOps workflows.
- ✅ Cross-platform support (Linux, macOS, Windows).
- ✅ Lightweight—no heavy dependencies, just pure Go goodness.
(Note: Add more features as you develop them!)
- Go 1.18+ installed (Download here).
- AWS CLI configured with credentials (
aws configure
). - An AWS account with VPC resources to analyze.
- Clone the repo:
git clone https://github.com/itzrahulyadav/awsx.git cd awsx