https://github.com/talonx/ops-tools
Various ops tools used in day-to-day operations on GCP and AWS
https://github.com/talonx/ops-tools
Last synced: 4 months ago
JSON representation
Various ops tools used in day-to-day operations on GCP and AWS
- Host: GitHub
- URL: https://github.com/talonx/ops-tools
- Owner: talonx
- License: mit
- Created: 2020-12-05T17:40:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T09:19:31.000Z (over 4 years ago)
- Last Synced: 2024-12-27T02:25:09.453Z (6 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ops-tools
Various ops tools used in day-to-day operations on GCP and AWS## iplocate
Usage: iplocate -project [gcp project name] -ip [ip address] -region [GCP region - unused right now]
Attempts to determine if the IP address is owned by one of the running instances in the specific GCP project. Helpful for questions like "who is 123.34.56.78 who is making requests to my service?"