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.

demandé il y a 2 ans257 vues
1 réponse
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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions