Postgres RDS Cant increase IOPS

0

I have a Postgres 12.7 instance with IOPS SSD (io1) with 6500 IOPS provisioned but my instance can only reach 3500 ( aside from burst ). I have another instance that can reach 6500.

Is there an account/region limit on IOPS?

posta 2 anni fa697 visualizzazioni
3 Risposte
2

What db-instance-class are you using? There are also IOPS limits described on the ec2 instance type. You might need a larger instance type to support very high IOPS.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html

AWS
MODERATORE
philaws
con risposta 2 anni fa
2

yes above link shows max and baseline IOPS/throughput limit for each EC2 instance type. Remember to consider baseline IOPS/throughput limit for all instance type which has * as those can only support up to 30 min (in 24 hour) of max IOPS/throughput limit...Its also mentioned under first table in the same article. As you can see db.r5.large can only support baseline IOPS of 3,600 but max IOPS is 18,750 ...so you may get up to that max limit once up to 30 min in 24 hours windows...after that we will throttle it at 3,600 total (read+write) IOPS...I hope that explain it..

Bakul_R
con risposta 2 anni fa
0

Im using db.r5.large. What i think is odd is that i have a similar instance that runs with 6500 just fine.

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande