{"id":17684393,"url":"https://github.com/luizm/aws-whois","last_synced_at":"2025-06-10T20:36:20.642Z","repository":{"id":100657687,"uuid":"255475023","full_name":"luizm/aws-whois","owner":"luizm","description":"A simple way to discover based on DNS or IP address, what the resource, getting details like AWS account, VPC, subnets, tags, and so on.. ","archived":false,"fork":false,"pushed_at":"2020-09-25T14:11:53.000Z","size":52,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T23:54:15.124Z","etag":null,"topics":["aws","ec2","eip","eni","ip","rds","vpc"],"latest_commit_sha":null,"homepage":"","language":"Go","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/luizm.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}},"created_at":"2020-04-14T00:51:20.000Z","updated_at":"2024-02-25T21:56:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"7600729c-7905-472e-8544-45ba7c0fe4af","html_url":"https://github.com/luizm/aws-whois","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizm%2Faws-whois","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizm%2Faws-whois/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizm%2Faws-whois/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizm%2Faws-whois/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luizm","download_url":"https://codeload.github.com/luizm/aws-whois/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luizm%2Faws-whois/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259147111,"owners_count":22812369,"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","ec2","eip","eni","ip","rds","vpc"],"created_at":"2024-10-24T10:05:17.806Z","updated_at":"2025-06-10T20:36:20.619Z","avatar_url":"https://github.com/luizm.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/luizm/aws-whois)](https://goreportcard.com/report/github.com/luizm/aws-whois)\n[![codecov](https://codecov.io/gh/luizm/aws-whois/branch/master/graph/badge.svg)](https://codecov.io/gh/luizm/aws-whois)\n\n## Description\n\nIf you have a lot of accounts and VPCs, this is a simple way to check based on DNS or IP, where is it running, and which resource on AWS is it.\n\n## Install\n\n```sh\n$ brew install luizm/tap/aws-whois\n```\n\nOr download the binary from [github releases](https://github.com/luizm/aws-whois/releases)\n\n## Usage\n\nBy default, all AWS profiles configured will be used to verify a specific address.\n\nParameter available:\n\n```\nGLOBAL OPTIONS:\n   --region value, -r value          the region to use. Overrides config/env settings. (default: \"us-east-1\")\n   --profile value, -p value         use a specific profile from your credential file.\n   --ignore-profile value, -i value  ignore a specific profile from your credential file, can be used multiple times.\n   --address value, -a value         the ip or dns address to find the resource associated\n   --help, -h                        show help (default: false)\n   --version, -v                     print the version (default: false)\n```\n\nExample:\n\n`$ aws-whois --address 54.X.X.X`\n\n```log\n{\n   \"Profile\": \"example1\",\n   \"Message\": \"ip 54.X.X.X not found\"\n}\n{\n   \"Profile\": \"example2\",\n   \"Message\": \"ip 54.X.X.X not found\"\n}\n{\n   \"Profile\": \"example3\",\n   \"Result\": {\n      \"Status\": \"in-use\",\n      \"VPCId\": \"vpc-xxxxx\",\n      \"VPCName\": \"vpc-example\",\n      \"Description\": \"Primary network interface\",\n      \"InterfaceType\": \"interface\",\n      \"AvailabilityZone\": \"us-east-1a\",\n      \"EC2Associated\": {\n         \"InstanceId\": \"i-xxxxx\",\n         \"InstanceState\": \"running\",\n         \"LaunchTime\": \"2020-03-14T19:59:40Z\",\n         \"InstanceType\": \"t3.micro\",\n         \"Tags\": [\n            {\n               \"Key\": \"Name\",\n               \"Value\": \"intance-example3.local\"\n            }\n         ]\n      }\n   }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizm%2Faws-whois","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluizm%2Faws-whois","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluizm%2Faws-whois/lists"}