-
Notifications
You must be signed in to change notification settings - Fork 188
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
Update DynamoDB and EFS limits #390
Comments
bergkampsliew
added a commit
to bergkampsliew/awslimitchecker
that referenced
this issue
Feb 26, 2019
bergkampsliew
added a commit
to bergkampsliew/awslimitchecker
that referenced
this issue
Feb 26, 2019
bergkampsliew
added a commit
to bergkampsliew/awslimitchecker
that referenced
this issue
Feb 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There were two AWS announcements to increase the limits for EFS and DDB as below.
https://aws.amazon.com/about-aws/whats-new/2018/12/amazon-dynamodb-increases-the-number-of-global-secondary-indexes-and-projected-index-attributes-you-can-create-per-table/
and
https://aws.amazon.com/about-aws/whats-new/2018/11/amazon-efs-now-supports-1000-file-systems-per-account/
awslimitchecker is currently not updated with the new values.
Version
6.1.2
(and reproducible using develop branch)
Installation Method
pip, without virtualenv
Supporting Software Versions
python 2.7.9
(and also python 3.5.3 when testing with develop branch)
Actual Output
for example, below is a dynamodb warning alert, same goes with EFS check.
...
DynamoDB/Global Secondary Indexes (limit 5) WARNING: xxxxxxxxx-table=4
...
Expected Output
awslimitchecker should use correct values to check for the limits and alert accordingly.
TrustedAdvisor
Testing Assistance
will make a PR after tested locally
The text was updated successfully, but these errors were encountered: