cli icon indicating copy to clipboard operation
cli copied to clipboard

[Feature Request] IP Address and/or Geo Region to Cloud Region

Open Thoughtscript opened this issue 9 months ago • 0 comments

Hi! This is my first Issue/Feature Request - my apologies if it hasn’t been submitted to the right place or repo!

I encountered this the other day while working on a personal project:

  1. I typically use proxies and/or VPN’s with my public internet IP Address.
  2. It’d be incredibly useful to know what Cloud Providers provide what support for each Geo Region and/or Public IP Address.
  3. Some services aren’t supported in all Regions - as I found out: AWS us-west-1 only supports two Availability Zones for many services (including Private VPCs which impacts infrastructure planning - Load Balancers, Internet Gateways, etc.).
  4. Use scenarios: for debugging Edge Computing and in say DNS rerouting scenarios (Route 53 High Availability configuration), cloud infrastructure-side for end users to get the best experience with their deployed cloud resources.
  5. Many SaaS are now on multi-cloud - spread across stacks and Cloud Providers.
  6. Cloud Availability Zones can themselves change - I don’t know of any universal list for all of the major cloud providers: AWS, GCP, Azure, Digital Ocean, etc. and none that are in dynamic API format.

To summarize: it’d be great to be able to retrieve an updated list of all major Cloud Availability Zones for a Region and/or IP Address (or by some other appropriate logical grouping).

Thoughtscript avatar Jun 07 '25 17:06 Thoughtscript