Are OpenSearch's t3.small.search EC2 instances using the unlimited or standard (CPU credits-based) configuration?

0

I've been experiencing an issue where my OpenSearch Service managed instances (t3.small.search type) periodically experience downtime of around 30 minutes. Since my node's CPU usage is on average higher than the baseline but my memory pressure appears to be a non-issue, I was wondering if these instances might be running out of CPU credits and being throttled into an unresponsive state. Are OpenSearch's managed t3 EC2 instances running in unlimited mode? And if CPU credits are involved with these instances, shouldn't OpenSearch be making the CPUCreditBalance and similar metrics available (as it has done in the past for t2 instances)?

已提问 5 个月前303 查看次数
1 回答
0

Hello dsi-krosecrans,

by default t3 instances launch in unlimited mode.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode.html

T4g, T3a and T3 instances launch as unlimited by default (unless you change the default).

I couldn't find Information specifically for OpenSearch and also no specific metrics like you wrote, so I guess that unlimited mode counts for t3.search-instances too.

I found a metric but that is only available for t2-instances:

CPUCreditBalance - This metric is available only for the T2 instance types.

https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-cloudwatchmetrics.html

Sincerely Heiko

profile picture
HeikoMR
已回答 5 个月前
profile picture
专家
已审核 5 个月前
  • I realize they typically default to unlimited mode, but due to my outages I suspect OpenSearch is configuring these instances differently.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则