Which solutions will improve performance?
(Choose two.)
Begin using the T2 instance type
Purchase more CPU credits for the existing instance
Increase the size of the current instance type
Configure a CloudWatch alarm on the CPU credits metric
Explanations:
T2 instance types are burstable like T3 instances but older, and would not resolve CPU credit depletion.
AWS does not offer direct purchase of CPU credits for T instances; credits are accrued through reduced usage.
Increasing the instance size provides more baseline CPU, which reduces reliance on CPU credits.
A CloudWatch alarm on CPU credits enables proactive management, alerting on low credits before depletion.