Is db.t3.medium run in unlimited mode?

0

We're inserting a lot of records into the RDS. During the process, we observed that the CPU utilization is throttled down to 10% after running out the CPU credit balance.

Here's the Cloudwatch metrics:
https://imgur.com/a/P4RGTdM

The insert operations started at around 16:00. The CPU usage was around 100% at the beginning but throttled to 10% at around 18:30. The same moment that we're about to run out of the burst balance.

According to the AWS document https://aws.amazon.com/rds/instance-types :
"Amazon RDS T3 instances are configured for Unlimited mode, which means they can burst beyond the baseline over a 24-hour window for an additional charge."

The RDS t3 instance should be running in "unlimited mode", which should not throttle the CPU usage but charge an additional CPU fee instead when running out the credits?

preguntada hace 3 años2078 visualizaciones
2 Respuestas
0

Yes, t3 uses unlimited CPU credits. Burst Balance is a measure of the gp2 volume burst usage, not related to CPU.

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/monitoring-cloudwatch.html

https://aws.amazon.com/blogs/database/understanding-burst-vs-baseline-performance-with-amazon-rds-and-gp2/

hth,
-Phil

AWS
MODERADOR
philaws
respondido hace 3 años
0

We can observe the "Write IOPS" got throttled down to 100 IOPS at the same.
https://imgur.com/a/YFCsKKr

So I guess the bottleneck is disk, not CPU.

Thank you for the clarification.

respondido hace 3 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