Skip to content
New issue

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

Incorrect EBS storage size limits #567

Open
jwu2 opened this issue Dec 10, 2021 · 0 comments
Open

Incorrect EBS storage size limits #567

jwu2 opened this issue Dec 10, 2021 · 0 comments

Comments

@jwu2
Copy link

jwu2 commented Dec 10, 2021

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

% 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

Expected Output

Current limit values in Service Quotas should be returned.

TrustedAdvisor

N/A

Testing Assistance

Yes

P1atyphy11a added a commit to davidYichengWei/awslimitchecker that referenced this issue Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant