Practice free →
HomeAWS SysOps Associatecloudcomputingsysopsmonitoring › An EC2 instance's CPU steady-state is fine but b…

An EC2 instance's CPU steady-state is fine but bursts to 100% during scheduled jobs. The team wants to verify they aren't depleting CPU credits on a T-family burstable instance. Which CloudWatch metric helps?

A`CPUCreditBalance` and `CPUCreditUsage` on the instance
B`StatusCheckFailed` and `EBSReadOps`
C`NetworkOut` and `NetworkPacketsOut`
D`MemoryUtilization` and `SwapUsage`
Answer & Solution
Correct answer: A. `CPUCreditBalance` and `CPUCreditUsage` on the instance
T-family instances use a credit-based CPU model — `CPUCreditBalance` and `CPUCreditUsage` show whether the workload runs out of credits and gets throttled. The other metrics don't measure CPU credits.
Solve this in the app — AWS SysOps Associate practice & 24k+ MCQs →
Related questions