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

Update DynamoDB and EFS limits #390

Closed
bergkampsliew opened this issue Feb 26, 2019 · 1 comment
Closed

Update DynamoDB and EFS limits #390

bergkampsliew opened this issue Feb 26, 2019 · 1 comment

Comments

@bergkampsliew
Copy link
Contributor

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

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
jantman added a commit that referenced this issue Feb 26, 2019
Update DynamoDB and EFS limits #390
@jantman
Copy link
Owner

jantman commented Feb 26, 2019

This has been released as 6.1.3 via #393 and is now live on PyPI.

Thank you so much for the contribution!

@jantman jantman closed this as completed Feb 26, 2019
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

2 participants