An interactive CLI tool designed to fetch and display AWS resource information in both JSON and tabular formats, simplifying cloud resource auditing and management.
VORTEX is an intuitive and powerful CLI tool that acts as your personal AWS resource explorer. It automates the process of querying and displaying critical information about your AWS infrastructure. Whether you need a quick overview of your EC2 instances, S3 buckets, RDS databases, or more, VORTEX provides instant, organized outputs in both raw JSON for detailed analysis and clean tabular formats for quick readability. It's an essential tool for cloud engineers, developers, and anyone who needs to quickly understand their AWS environment.
1. AWS CLI: Ensure you have the AWS Command Line Interface installed and configured with appropriate credentials. If not, follow the official AWS CLI installation guide.
aws configuregit clone https://github.com/Nilanjan-Mondal/Vortex.git
cd Vortexchmod +x vortex.sh./vortex.sh <region_name> <aws_service>Vortex/
│
├── output_logs/ # Directory to store generated JSON and table files
│ ├── output_<service>.json
│ └── output_<service>_table.txt
│
├── vortex.sh # The main VORTEX script
├── README.md # Project documentation
└── LICENSE # License file