Page MenuHomePhabricator

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

Authored by will on Mon, Jul 8, 5:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 24, 2:32 AM
Unknown Object (File)
Tue, Jul 23, 11:14 PM
Unknown Object (File)
Sun, Jul 21, 7:12 AM
Unknown Object (File)
Sat, Jul 20, 4:25 AM
Unknown Object (File)
Fri, Jul 19, 4:24 AM
Unknown Object (File)
Thu, Jul 18, 10:55 AM
Unknown Object (File)
Thu, Jul 18, 9:32 AM
Unknown Object (File)
Thu, Jul 18, 6:52 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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Mon, Jul 8, 5:50 AM
This revision is now accepted and ready to land.Wed, Jul 10, 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