Which database services are you deploying on AWS? #272
-
I'd like to know how you're deploying the postgres databases onto AWS.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @dangdennis, great questions. Postgres on AWS currently provisions RDS, but we've looked at supporting Aurora as well. As for multi-region deployments we've discussed making it more broadly available. We're still iterating on how they work, so happy to discuss if you have specific requirements and we can make sure your use case is supported. The general approach is multi-region load balancing for the application and then deploying read replicas to the same zones. We can configure the primary region for the write primary on a per-environment basis. |
Beta Was this translation helpful? Give feedback.
Hey @dangdennis, great questions.
Postgres on AWS currently provisions RDS, but we've looked at supporting Aurora as well.
As for multi-region deployments we've discussed making it more broadly available. We're still iterating on how they work, so happy to discuss if you have specific requirements and we can make sure your use case is supported. The general approach is multi-region load balancing for the application and then deploying read replicas to the same zones. We can configure the primary region for the write primary on a per-environment basis.