Building from chrisgongs tutorials - CloudWatch Alarms Bills?

0

So I'm building my own custom code from Chris Gongs (CG) excellent YouTube GameLift tutorials, and I'm starting to get charged for something related to CloudWatch, Alarms. I go there and click Alarms, and I'm not sure if it is logs being generated for a certain lambda func, or ? I am currently testing my own lambda func run through the Gateway API which I think is the only thing triggering the charge, again built from CG's code. It's a small cost right now, but I'd like to understand what is causing it, decide if I need it or can turn it off in order to keep costs efficient for production.

The Billing says (I'm trying to work within the free tier as much as possible while learning): $0.10 per alarm metric month (standard resolution) - US West (Oregon)

0.935 Alarms

$0.09

.. for the last couple days.

Can someone help me understand what is causing this? Thanks.

질문됨 3년 전206회 조회
2개 답변
0

I believe those cloudwatch alarms are specifically for the DynamoDB tables we made during that tutorial series. Since I made them provisioned instead of on-demand, cloudwatch alarms are created so that those tables can scale up or down read and write capacity units in the cases of rising or falling read and write traffic. For small-scale testing purposes, they probably aren't needed so the alarms can be deleted. Note that if you have a lot of variable traffic in a production setting, those alarms will probably be needed for provisioned capacity DyanmoDB tables.

답변함 3년 전
0

Thanks. I was thinking of deleting them to see if the cost's disappeared. Thanks for the confirmation.

답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠