ol-infrastructure
ol-infrastructure copied to clipboard
Elasticache Serverless implementation with default usage in CI and QA
What are the relevant tickets?
#3562
Description (What does it do?)
Add a serverless Valkey cache to help replace current instance based
How can this be tested?
pulumi up
This has been applied to the Superset CI stack successfully, as well as verifying that applying it to the production Superset stack does not trigger any changes.
This successfully deploys, but the serverless cache is also using the Redis "Cluster Mode" which means that all applications connecting to it need to be udpated to work with cluster mode, which is a larger body of work.