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?

preguntada hace 2 años697 visualizaciones
3 Respuestas
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
MODERADOR
philaws
respondido hace 2 años
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
respondido hace 2 años
0

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

respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas