Does EdgeDB work out of the box with AWS Aurora w/ PostgreSQL engine? #3067
Answered
by
fantix
ediskandarov-cur
asked this question in
Q&A
|
I'm planning to use AWS for infrastructure. Does EdgeDB work out of the box with AWS Aurora w/ PostgreSQL engine? |
Answered by
fantix
Oct 22, 2021
Replies: 1 comment 9 replies
|
In short: yes! For basic use cases and most advanced use cases covered by the current server test suite, it's positive they work fine on AWS RDS Aurora with PostgreSQL (12.8 tested, 13 should be fine too). Read replicas are not supported yet, even though you can access the Aurora read replicas directly fwiw. High availability of Aurora is supported now through the Adaptive Backend HA feature, I'll create a PR later to support native RDS HA through AWS API. |
9 replies
Answer selected by
ediskandarov-cur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In short: yes!
For basic use cases and most advanced use cases covered by the current server test suite, it's positive they work fine on AWS RDS Aurora with PostgreSQL (12.8 tested, 13 should be fine too). Read replicas are not supported yet, even though you can access the Aurora read replicas directly fwiw. High availability of Aurora is supported now through the Adaptive Backend HA feature, I'll create a PR later to support native RDS HA through AWS API.