/which-cloud

given an ip address, return which cloud provider it belongs to (AWS, GCE, etc)

Primary LanguageJavaScriptISC LicenseISC

which-cloud

Build Status Coverage Status Standard Version

given an ip address, return which cloud provider it belongs to (EC2, GCE, etc)

> which-cloud 104.196.27.39
> gce

Installing

npm i which-cloud -g

Supported Clouds

  • Amazon Web Services (aws).
  • Google Compute Engine (gce).
  • Azure (azure).
  • fallback to whois lookup.

Patches Welcome!

I would love help adding support for more cloud services.

License

ISC