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

Option to set dynamo db table capacity mode to 'on-demand' #497

Open
Duanne-IAG opened this issue Sep 27, 2024 · 0 comments
Open

Option to set dynamo db table capacity mode to 'on-demand' #497

Duanne-IAG opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Duanne-IAG
Copy link

Describe the outcome you'd like
Ability to set capacity mode of ddb tables to 'on demand'/'pay per request'

A clear and concise description of what the problem is.
We have over 640 accounts managed by aft in our organisation. Prior to provisioning new accounts, we run a tf plan to ensure that the account request is unique. This plan queries the 'aft-request' table and takes 10 minutes on average for a mere tf plan because the table only has 1 RCU. When changing it to 'on-demand' it takes around 1 minute.
However because this change is not in code, it gets reverted each time a change is made to our aft module, and capacity mode can only be changed once in 24 hours, so manual changes aren't a reliable stop gap either. Considering there a few updates/new requests daily, this adds up to a lot of time not being saved weekly.

@Duanne-IAG Duanne-IAG added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant