Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.22 KB

README.markdown

File metadata and controls

28 lines (20 loc) · 1.22 KB

missingcloud

Introduction

This project has a simple goal. Collect cloud-related data you really want and make it available in a format that you can use programmatically. Initially, this is focused on AWS-related stuff like:

  • Available services
  • Available regions
  • Endpoints for each service in each region
  • Available instance types for EC2

This is all stuff that it seems should be available programmatically but isn't. So, until it is at least we can curate some JSON data files that contain this information and provide access to it.

If there is other data you would find useful, let me know or just fork the project and send a pull request.

IP Ranges

The IP address ranges for each EC2 region were discovered using this and later maintained manually from the regularly announced Amazon EC2 Public IP Ranges.