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?

demandé il y a 3 ans2078 vues
2 réponses
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
MODÉRATEUR
philaws
répondu il y a 3 ans
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.

répondu il y a 3 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions