{"id":28796039,"url":"https://github.com/nilanjan-mondal/vortex","last_synced_at":"2026-05-04T21:34:11.847Z","repository":{"id":298321971,"uuid":"999581711","full_name":"Nilanjan-Mondal/Vortex","owner":"Nilanjan-Mondal","description":"An interactive Bash script that simplifies fetching and viewing AWS resource information. Get instant JSON and tabular outputs for key services like EC2, S3, RDS, and more, helping you quickly audit and understand your cloud infrastructure.","archived":false,"fork":false,"pushed_at":"2025-06-10T13:49:38.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-18T03:11:31.021Z","etag":null,"topics":["aws","bash","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nilanjan-Mondal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-10T13:22:32.000Z","updated_at":"2025-06-10T13:56:35.000Z","dependencies_parsed_at":"2025-06-10T14:39:00.558Z","dependency_job_id":"a7313167-941e-4f06-8bf2-321af48c9a54","html_url":"https://github.com/Nilanjan-Mondal/Vortex","commit_stats":null,"previous_names":["nilanjan-mondal/vortex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nilanjan-Mondal/Vortex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilanjan-Mondal%2FVortex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilanjan-Mondal%2FVortex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilanjan-Mondal%2FVortex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilanjan-Mondal%2FVortex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nilanjan-Mondal","download_url":"https://codeload.github.com/Nilanjan-Mondal/Vortex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nilanjan-Mondal%2FVortex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260477950,"owners_count":23015070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","bash","shell-script"],"created_at":"2025-06-18T03:10:58.033Z","updated_at":"2026-05-04T21:34:11.842Z","avatar_url":"https://github.com/Nilanjan-Mondal.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n![github](https://img.shields.io/badge/GitHub-181717.svg?style=for-the-badge\u0026logo=GitHub\u0026logoColor=white)\n![markdown](https://img.shields.io/badge/Markdown-181717.svg?style=for-the-badge\u0026logo=Markdown\u0026logoColor=white)\n\n# Vortex – AWS Resource viewer\nAn **interactive CLI tool** designed to fetch and display AWS resource information in both JSON and tabular formats, simplifying cloud resource auditing and management.\n\u003c/div\u003e\n\n---\n\n##  Project Overview\n\nVORTEX 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.\n\n---\n\n##  Getting Started\n### • Prerequisites\n#### 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.\n```bash\naws configure\n```\n\n### • Installation\n#### 1. Clone the repository\n``` bash\ngit clone https://github.com/Nilanjan-Mondal/Vortex.git\ncd Vortex\n```\n\n#### 2. Make the script executable\n``` bash\nchmod +x vortex.sh\n```\n\n### • Usage\n``` bash\n./vortex.sh \u003cregion_name\u003e \u003caws_service\u003e\n```\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n| Layer      | Tech Used |\n|------------|-----------|\n|script|![Bash](https://img.shields.io/badge/Bash-121011?style=for-the-badge\u0026logo=gnubash\u0026logoColor=white)\n\n\u003c/div\u003e\n\n---\n\n## Directory Structure\n\n```bash\n\n\nVortex/\n│\n├── output_logs/              # Directory to store generated JSON and table files\n│   ├── output_\u003cservice\u003e.json\n│   └── output_\u003cservice\u003e_table.txt\n│\n├── vortex.sh                 # The main VORTEX script\n├── README.md                 # Project documentation\n└── LICENSE                   # License file\n\n```\n---\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/Nilanjan-Mondal/Vortex/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/static/v1.svg?style=for-the-badge\u0026label=License\u0026message=MIT\u0026logoColor=d9e0ee\u0026colorA=363a4f\u0026colorB=b7bdf8\"/\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilanjan-mondal%2Fvortex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnilanjan-mondal%2Fvortex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnilanjan-mondal%2Fvortex/lists"}