dgzlopes / cloud-detect

Module that determines a host's cloud provider.
https://pypi.org/project/cloud-detect/
MIT License
35 stars 13 forks source link

Update aws_provider.py for wrong json attribute reference #10

Closed Cittarasu closed 2 years ago

Cittarasu commented 2 years ago

The json response from aws metadata have imageId as a key and not imageID.

dgzlopes commented 2 years ago

Thanks for the PR!