Analysis updated 2026-07-17 · repo last pushed 2025-07-08
Look up which AWS, Azure, GCP, or Oracle region is closest to a given city before deploying an app.
Compare region codes across multiple cloud providers in one file instead of checking each provider's docs.
Use as a lightweight data source in a script that picks the nearest cloud region for a user's location.
| davidkhala/cloud-region | 3imed-jaberi/cryptography-si-isamm | 3imed-jaberi/koa-isomorphic-router | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2025-07-08 | 2021-09-25 | 2021-02-06 |
| Maintenance | Stale | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 1/5 | 2/5 |
| Audience | ops devops | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
This project is a simple reference file that maps cities to their cloud provider regions. Instead of hunting through different cloud providers' documentation to figure out which data center is closest to you, this repo gives you one place to look up that information. The core of the project is a single CSV file (think of it as a spreadsheet) that lists cities alongside their corresponding region codes for major cloud providers like Google Cloud, AWS, Azure, and Oracle. So if you're in Tokyo and need to know which AWS region that maps to, you'd check this file rather than clicking through AWS's docs. The use case is straightforward: developers, DevOps engineers, or anyone deploying applications to the cloud might need to pick a region close to their users for better performance. This file speeds up that lookup process. Instead of visiting five different cloud provider websites, you get one unified reference. It's especially useful if you work across multiple cloud providers and need a consistent way to think about geographic locations. The README does include a note that Google Cloud already has a more comprehensive "Cloud Location Finder" tool that covers multiple providers, regions, zones, and even factors like carbon footprint. That suggests this repo might be a lighter-weight alternative if you just need basic city-to-region mappings without the interactive filtering features of Google's tool.
A simple CSV reference file mapping cities to their nearest cloud provider regions across AWS, Google Cloud, Azure, and Oracle.
Mainly JavaScript. The stack also includes JavaScript, CSV.
Stale — no commits in 1-2 years (last push 2025-07-08).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.