Modern cloud architecture on AWS: server fleets and databases
start.jcolemorrison.com
Modern cloud architecture on AWS: server fleets and databases
1–10 of 54 posts
Re: Modern cloud architecture on AWS: server fleets and databases
#2Re: Modern cloud architecture on AWS: server fleets and databases
#3I keep reading all these horror stories about Aurora (especially PostgreSQL). Is there anyone out there with an alternative story?
Re: Modern cloud architecture on AWS: server fleets and databases
#4Assuming that the operator has the skills to manage Postgres.
It's not like RDS does something complex like Geodistribution, right?
Also what is the scaling like? Is it automatic? How quickly can you handle more connections? Because my understanding was that it was slow.
I did have a play with their RDS Postgres nonths before, and I managed somehow to crash it requiring a restore from snapshot. Also their smallest instance was quite expensive for the performance.
Re: Modern cloud architecture on AWS: server fleets and databases
#5I keep reading all these horror stories about Aurora (especially PostgreSQL). Is there anyone out there with an alternative story?
Just don't use the AWS Database Migration Service if you can help it, that thing has a couple of badly documented pitfalls. (Fe. tables can't have ENUM fields)
Re: Modern cloud architecture on AWS: server fleets and databases
#6At what scale would you want to use RDS rather than using an EC2 instance with Postgres installed? Assuming that the operator has the skills to manage Postgres. It's not like RDS does something complex like Geodistribution, right? Also what is the scaling like? Is it automatic? How quickly can you handle more connections? Because my understanding was that it was slow. I did have a play with their RDS Postgres nonths…
Re: Modern cloud architecture on AWS: server fleets and databases
#7I keep reading all these horror stories about Aurora (especially PostgreSQL). Is there anyone out there with an alternative story?
Re: Modern cloud architecture on AWS: server fleets and databases
#8At what scale would you want to use RDS rather than using an EC2 instance with Postgres installed? Assuming that the operator has the skills to manage Postgres. It's not like RDS does something complex like Geodistribution, right? Also what is the scaling like? Is it automatic? How quickly can you handle more connections? Because my understanding was that it was slow. I did have a play with their RDS Postgres nonths…
In general, I've found it makes sense to pay the premium for RDS and spend my and my team's time on more valuable work than db admin tasks.
Re: Modern cloud architecture on AWS: server fleets and databases
#9At what scale would you want to use RDS rather than using an EC2 instance with Postgres installed? Assuming that the operator has the skills to manage Postgres. It's not like RDS does something complex like Geodistribution, right? Also what is the scaling like? Is it automatic? How quickly can you handle more connections? Because my understanding was that it was slow. I did have a play with their RDS Postgres nonths…
The performance dashboard is especially nice.
The reusable sets of configuration is convenient and the UI makes it easy to compare original vs. changed values.
The instance upgrade is not seamless, though, it is normally scheduled for the next maintenance window, unless you decide to apply and reboot immediately.
I agree the service is expensive, but setting up a db server for production takes a lot of time and expertise.
Re: Modern cloud architecture on AWS: server fleets and databases
#10At what scale would you want to use RDS rather than using an EC2 instance with Postgres installed? Assuming that the operator has the skills to manage Postgres. It's not like RDS does something complex like Geodistribution, right? Also what is the scaling like? Is it automatic? How quickly can you handle more connections? Because my understanding was that it was slow. I did have a play with their RDS Postgres nonths…