forms-terraform icon indicating copy to clipboard operation
forms-terraform copied to clipboard

Transition Redis to Serverless Instance

Open bryan-robitaille opened this issue 9 months ago • 0 comments

Transition our Redis cluster from using a consistent reserved capacity (cache.t2.micro) to a serverless engine.

Pros:

  • Reduced costs
  • Ability to scale independently
  • Leverage latest Redis engine (7.2)
    • Allows to leverage new JSON type instead of converting form configurations to strings.

Cons:

  • Request application mitigation so that there is no downtime during the Production release.

bryan-robitaille avatar May 10 '24 19:05 bryan-robitaille