We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most storage size related quotas are not returning correct limits, including:
EBS/Cold (HDD) volume storage (GiB) EBS/General Purpose (SSD gp2) volume storage (GiB) EBS/General Purpose (SSD gp3) volume storage (GiB) EBS/Magnetic volume storage (GiB) EBS/Provisioned IOPS SSD (io1) storage (GiB) EBS/Provisioned IOPS SSD (io2) storage (GiB) EBS/Throughput Optimized (HDD) volume storage (GiB)
12.0.0
Docker
python 3.9 in docker
% docker run -e AWS_DEFAULT_REGION=us-east-1 -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN jantman/awslimitchecker -l -S EBS awslimitchecker 12.0.0 is AGPL-licensed free software; all users have a right to the full source code of this version. See <https://github.com/jantman/awslimitchecker> EBS/Active snapshots 100000.0 (Quotas) EBS/Active volumes 5000 EBS/Cold (HDD) volume storage (GiB) 307200 EBS/General Purpose (SSD gp2) volume storage (GiB) 307200 EBS/General Purpose (SSD gp3) volume storage (GiB) 307200 EBS/Magnetic volume storage (GiB) 307200 EBS/Provisioned IOPS (io1) 300000.0 (Quotas) EBS/Provisioned IOPS (io2) 100000.0 (Quotas) EBS/Provisioned IOPS SSD (io1) storage (GiB) 307200 EBS/Provisioned IOPS SSD (io2) storage (GiB) 20480 EBS/Throughput Optimized (HDD) volume storage (GiB) 307200
Current limit values in Service Quotas should be returned.
N/A
Yes
The text was updated successfully, but these errors were encountered:
issue jantman#567 - Added test for checking ebs limit for fixed limits
64aaffb
No branches or pull requests
Bug Report
Most storage size related quotas are not returning correct limits, including:
EBS/Cold (HDD) volume storage (GiB)
EBS/General Purpose (SSD gp2) volume storage (GiB)
EBS/General Purpose (SSD gp3) volume storage (GiB)
EBS/Magnetic volume storage (GiB)
EBS/Provisioned IOPS SSD (io1) storage (GiB)
EBS/Provisioned IOPS SSD (io2) storage (GiB)
EBS/Throughput Optimized (HDD) volume storage (GiB)
Version
12.0.0
Installation Method
Docker
Supporting Software Versions
python 3.9 in docker
Actual Output
Expected Output
Current limit values in Service Quotas should be returned.
TrustedAdvisor
N/A
Testing Assistance
Yes
The text was updated successfully, but these errors were encountered: