|
|
|
|
|
by awj
3405 days ago
|
|
> Do you have a sense of what that limit is? Per their pricing page[1] it looks like the largest instance available is a "db.r3.8xlarge", which is a special naming of the "r3.8xlarge" instance type[2] which is 32 cpus and 244gb of memory. That's a hell of a lot of capacity to exhaust, especially if you're using read replicas to reduce it to only/mostly write workloads. Obviously it's possible to use more than this, but the "sheer scale" argument is a bit of a flat one. [1] https://aws.amazon.com/rds/aurora/pricing/
[2] https://aws.amazon.com/ec2/instance-types/#r3 |
|