jantman / awslimitchecker

A script and python package to check your AWS service limits and usage via boto3.
http://awslimitchecker.readthedocs.org/
GNU Affero General Public License v3.0
514 stars 188 forks source link

Add gp3 ebs type #519

Closed spockNinja closed 3 years ago

spockNinja commented 3 years ago

Summary

Add gp3 as an EBS volume type.

We are currently receiving an error: ERROR - unknown volume type 'gp3' for volume ...

AWS docs show these as two separate limits. Luckily, the limits appear to behave the same as the gp2 limits.

Pull Request Checklist

Contributor License Agreement

By submitting this work for inclusion in awslimitchecker, I agree to the following terms:

spockNinja commented 3 years ago

@jantman I think I have this one cleaned up and ready for review now. ☺️

spockNinja commented 3 years ago

@jantman This is triggering a recurring error in our limit monitoring solution. Does it need anything else before it can be merged?

sean-zou commented 3 years ago

Getting tons of unknown volume type 'gp3'. Please review and merge this. Thanks!

jantman commented 3 years ago

This has been released in 11.0.0, which is now live on PyPI. Thank you so much, and apologies for the delay.

spockNinja commented 3 years ago

Thank YOU, @jantman, for giving your energy to this project. 🙇🏼