aws-samples / aws-sdk-unity-samples

This repository has samples that demonstrate various aspects of the AWS Mobile SDK for Unity, you can get the SDK source on Github (https://github.com/aws/aws-sdk-net)
Other
161 stars 107 forks source link

Update chess game README to include DynamoDB AutoScaling #24

Open tantzygames opened 7 years ago

tantzygames commented 7 years ago

At the end of June I created a free tier account and followed the chess game tutorial. Today I got charged for the use of excess alarms. I was unaware that in following this tutorial 40 alarms were created, with only 10 allowed within the free tier.

When creating the DynamoDB tables the instructions are outdated. They say to accept the default capacity settings, and to "select or clear Use Basic Alarms. We will not cover them in this tutorial."

Based on these instructions I deleted the alarms listed in the table, but (since mid June) the default capacity settings include auto scaling which (without notification) adds 8 alarms per table.

The instructions should either include a warning about the additional alarms, or suggest turning off auto scaling before the table is created, and then delete the table alarms.

mutablealligator commented 6 years ago

Hi @Kretin1,

Thanks for reporting to us. Sorry for the inconvenience caused. Please reach out to AWSSupport if you have further issues in disabling the alarms. We will fix the README soon.

Thanks