AWS cloudwatch cost issue

0

How we can reduce aws cloudwatch cost which occur from only this "$0.30 per metric-month" so I want to reduce number of metrics, for reduction of cost. Thanks!

Ram
已提问 1 年前280 查看次数
1 回答
1

By default, many services provide free CloudWatch metrics for resources (such as Amazon EC2 instances, Amazon EBS volumes, and Amazon RDS DB instances). You can also enable detailed monitoring for some resources, such as your Amazon EC2 instances, or publish your own application metrics for an additional fee.

You could consider using the get-metric-statistics command to retrieve and see statistics based on the custom data points that you published.

More info on that is available at: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/publishingMetrics.html

To get a better estimate of CloudWatch custom metric pricing you can check out the AWS Pricing Calculator at https://calculator.aws/#/addService/CloudWatch

Finally - If you determine there is a custom metric you would like to remove, there is the delete-custom-metric command from the CLI.

https://docs.aws.amazon.com/cli/latest/reference/iot/delete-custom-metric.html

profile pictureAWS
已回答 1 年前

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

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

回答问题的准则