by colemorrison on 2/8/20, 5:23 PM with 53 comments
by malisper on 2/9/20, 1:07 AM
EC2 - You need a server.
RDS - You need a database.
S3 - You need to store files.
Lambda - You are building an API with short lived requests.
These services are all very high quality and are excellent at what they do. Once you get outside of these core services, the quality quickly drops. You're probably better off using the non-AWS versions of those services.For a few quick examples, you should be using Datadog over CloudWatch, Snowflake over Redshift or Athena, and Terraform over CloudFormation.
by Jonnax on 2/8/20, 8:51 PM
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 before, and I managed somehow to crash it requiring a restore from snapshot. Also their smallest instance was quite expensive for the performance.
by kamilafsar on 2/8/20, 8:09 PM
by ramoz on 2/8/20, 9:21 PM
by root-z on 2/9/20, 12:22 AM