DynamoDB - Cost Optimization and Monitoring
You have this auto-scaling policy JSON snippet:
But the policy is not working as expected. What is the likely error?
{
"MinCapacity": 5,
"MaxCapacity": 100,
"TargetValue": 80.0,
"ScaleInCooldown": 30,
"ScaleOutCooldown": 30
}But the policy is not working as expected. What is the likely error?
