apache / libcloud

Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API.
https://libcloud.apache.org
Apache License 2.0
2.04k stars 925 forks source link

InstanceTypes not available in af-south-1 #1984

Open az-nz-github opened 9 months ago

az-nz-github commented 9 months ago

Feature Request

We were trying to create EC2 of m6i.xlarge in af-south-1 region which was added as part of commit https://github.com/apache/libcloud/commit/e482e9e66341827cced87e156044a474306c2b4f. But it is missing the instance_types field as empty. This is not letting us to create EC2 in af-south-1 region.

What can be the mitigation for this to do programatically?

For more information on contributing, please see https://libcloud.readthedocs.io/en/latest/development.html