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.

feita há 2 anos257 visualizações
1 Resposta
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
ENGENHEIRO DE SUPORTE
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas