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?

gefragt vor 3 Jahren2078 Aufrufe
2 Antworten
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
MODERATOR
philaws
beantwortet vor 3 Jahren
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.

beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen