Remove DAX from dev and stage#581
Merged
bheesham merged 6 commits intomozilla-iam:masterfrom Jul 30, 2025
Merged
Conversation
There's some resources which are unique per AWS account, such as policies and roles. Here I use the `name_prefix` option of these resources to create unique versions of them. Jira: IAM-1732
The testing environment has _way_ more data than dev, and should provide a better environment for running tests. Jira: IAM-1732
Jira: IAM-1732
Jira: IAM-1732
bkochendorfer
approved these changes
Jul 30, 2025
Member
bkochendorfer
left a comment
There was a problem hiding this comment.
Thank you for cleaning up the experiment
Since DAX offers no benefits, as found on dev and test, we won't be using it in production. Unfortunate, but this closes off a thread of work and allows us to focus on other things. No "easy" wins here. Jira: IAM-1732
Jira: IAM-1732
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Small writeup: 2025-07-25 DynamoDB Accelerator does not improve response times for Person API
We found that adding DAX does not improve response times after trying a couple of different things. The writeup has more deets, but the gist of it is:
Same behaviour when trying with different replicas.
I'm including the code here for posterity, should we want to revive this at some point. Plus, there were a couple of bug fixes along the way which seemed like a good idea to include.
Jira: IAM-1732