https://github.com/CloudVE/aws-instance-types
A CloudBridge auto-updated helper that lists AWS Instance Types by Availability Zone
https://github.com/CloudVE/aws-instance-types
amazon availability-zone aws cloud cloudbridge iaas pricing python travis-ci
Last synced: 3 months ago
JSON representation
A CloudBridge auto-updated helper that lists AWS Instance Types by Availability Zone
- Host: GitHub
- URL: https://github.com/CloudVE/aws-instance-types
- Owner: CloudVE
- License: mit
- Created: 2019-03-12T21:42:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T04:39:32.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T09:50:47.213Z (11 months ago)
- Topics: amazon, availability-zone, aws, cloud, cloudbridge, iaas, pricing, python, travis-ci
- Language: Python
- Homepage:
- Size: 14.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-galaxy - AWS instance types
README
# AWS Instance Types by Availability Zone
## (Auto-Updated Helper for CloudBridge)
This repository uses the AWS Pricing API through CloudBridge (https://github.com/cloudve/cloudbridge) to determine what Instance Types are available in each availability zone, and extracts information about the instance types from the [ec2instances.info's JSON file](https://raw.githubusercontent.com/powdahound/ec2instances.info/master/www/instances.json).
This repository auto-updates daily, in two halves, through Travis CI CRON jobs.
CloudBridge (https://github.com/cloudve/cloudbridge) is a Python library, developped by members of the Galaxy Project community (https://galaxyproject.org), that provides a consistent layer of abstraction over different Infrastructure-as-a-Service cloud providers, reducing or eliminating the need to write conditional code for each cloud. CloudBridge v2 currently supports AWS, Azure, GCP, and OpenStack, providing a standardized and easily extendable library to manage resources on any of those providers. This library is meant to be used for the AWS VMTypes service in CloudBridge.
## Contributing
Community contributions for any part of the project are welcome. If you have a completely new idea or would like to bounce your idea before moving forward with the implementation, feel free to create an issue to start a discussion. Contributions should come in the form of a pull request.