I am new to DynamoDB. While creating a dynamodb table I can see that it also creates some cloudwatch alarms like TargetTraking-TableXX--ProvisionedCapacityHigh.
So my question is can I delete these alarms as it is adding cost. I have tried researching on this but dint find anything. I am afraid to delete this because I am not sure if the AWS itself is using these alarms for the dynamodb maintenance and whether if I delete them will the dynamodb malfunction by any means.
I would also like to know if these alarms are used for scaling up and down in case of autoscaling been enabled or ondemand provisioning is enabled for the dynamodb table.
In my case I am not using autoscaling or ondemand tables so is it fine if I delete those alarms?