Page MenuHomePhabricator

[terraform] make aws rds instance class configurable for self-hosting
ClosedPublic

Authored by will on Jul 8 2024, 5:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 22, 8:14 AM
Unknown Object (File)
Sun, Apr 20, 3:29 AM
Unknown Object (File)
Wed, Apr 16, 9:44 AM
Unknown Object (File)
Wed, Apr 16, 8:55 AM
Unknown Object (File)
Wed, Apr 16, 12:18 AM
Unknown Object (File)
Tue, Apr 15, 6:59 AM
Unknown Object (File)
Mar 14 2025, 3:23 PM
Unknown Object (File)
Feb 22 2025, 6:46 AM
Subscribers

Details

Summary

This makes the rds instance size configurable. We decided that db.m6g.large was likely too large and expensive for a default setup.

Unless specified, this makes db.t4g.medium the default.

Depends on D12687

Test Plan

terraform apply. RDS instance works with keyserver as before

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

will requested review of this revision.Jul 8 2024, 5:50 AM
This revision is now accepted and ready to land.Jul 10 2024, 11:56 PM

If you could remind me to make sure I set db.m6g.large when we set up my keyserver, that would be great!

If you could remind me to make sure I set db.m6g.large when we set up my keyserver, that would be great!

Will include as part of instructions