[Q&A] Hosting on AWS RDS #4190
What happens?Anyone hosted their DB on AWS infra? I'd like any advice and lessons learned. This furthre begs the question, whats the future of ParadeDB and AWS? Are we gonna get RDS integration one day? To ReproduceN/A OS:mac ParadeDB Version (e.g. output of
|
Replies: 1 comment 1 reply
|
Hi @AttarTee. Thanks for raising this, and apologies for the delays in getting back to you. We're working on documentation for popular PaaS providers (AWS, DigitalOcean, etc.). As soon as we have the AWS documentation ready, I'll share it with you here. In the meantime, some general advice. If you're looking to deploy on AWS, we'd recommend self-hosting ParadeDB on an EC2 instance. ARM instances offer the best cost-performance. In production, many of our large customers use |
Hi @AttarTee. Thanks for raising this, and apologies for the delays in getting back to you.
We're working on documentation for popular PaaS providers (AWS, DigitalOcean, etc.). As soon as we have the AWS documentation ready, I'll share it with you here.
In the meantime, some general advice. If you're looking to deploy on AWS, we'd recommend self-hosting ParadeDB on an EC2 instance. ARM instances offer the best cost-performance. In production, many of our large customers use
r8ginstances, but you can also use cheaper ones. Happy to answer any specific questions you may have to help you get started. You could use Docker directly, but on EC2 I'd recommend installingpostgresqldirectly and …