NHSDigital / software-engineering-quality-framework

🏎️ Shared best-practice guidance & tools to support software engineering teams
147 stars 35 forks source link

WIP cloud databases.md #313

Open regularfry opened 11 months ago

regularfry commented 11 months ago

First pass at passing on some learnings from trying to operate postgresql in a serverless project. Expect more text to arrive, this isn't complete.

sonarcloud[bot] commented 11 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

nomad3k commented 11 months ago

The points included are good. I’d vote for including references to the CCE DR pages. Hosted services like RDS don’t give you as many out of the box options as dynamodb gives you (multi-az fail over, point-in-time-recovery, etc.), and you tend to have to build/configure them yourself.

regularfry commented 11 months ago

Frustratingly I think the CCE DR pages have been moved somewhere I can't see them. Should be here but that link's dead for me.

Should we be recommending Aurora over RDS for the multi-az capabilities though?