How can I check CloudWatch agent and shell script use which apis.

0

How can I check CloudWatch agent and shell script use which apis.

I wanna confirm billing charge of CloudWatch agent but I'm not sure which apis is used in CloudWatch agent and shell script. So I wanna ask for it.

已提問 2 年前檢視次數 257 次
1 個回答
1

PutMetricData & PutLogEvents are the API calls used to publish metric datapoints and log events respectively. This is regardless of the method used to publish data to CloudWatch. These events are not logged by default on CloudTrail as they are expected to be very high in number throughout the account.

To understand the charges with respect to CloudWatch, read this - https://aws.amazon.com/premiumsupport/knowledge-center/cloudwatch-understand-and-reduce-charges/

Usually, third-party softwares where monitoring is done by using GetMetricData action (frequently in high numbers) causing for a surge in the usage of CloudWatch APIs can result in high charges. However, the above article details out all other possible reasons & methods to reduce future charges.

Hope this helps!

profile pictureAWS
支援工程師
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南