-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(elasticache): open one port, switch to valkey (#116)
# Goals Noticing high connect times for redis in traces -- probably just first query but still https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/wwe-troubleshooting.html recommends having both ports open in case a client tries to connect to both Also, we need to switch to valkey before we turn it on cause it's almost 1/3 cheaper per unit. # Implementation - open both ports - upgrade AWS provider to get valkey support - move to valkey - set a dummy password on the disabled default user -- no-password-required apparently not supported for valkey - fix some downstream effects of create_before_destroy being applied at top of stack (shouldn't be as create_before_destroy will not work for many resources)
- Loading branch information
1 parent
9b1c5d6
commit 844f180
Showing
7 changed files
with
29 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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