sebdah / dynamic-dynamodb

Dynamic DynamoDB provides auto scaling for AWS DynamoDB
http://dynamic-dynamodb.readthedocs.org/
Apache License 2.0
618 stars 124 forks source link

Update default template to use t2.micro instead of t1.micro? #325

Closed charleswhchan closed 7 years ago

charleswhchan commented 7 years ago

As t2.micro has been is the current generation, lowest cost instance type available from AWS -- perhaps it would make sense to update the template to use t2.micro instead?

sebdah commented 7 years ago

Thanks, I have merged a fix for this @charleswhchan.

charleswhchan commented 7 years ago

Thanks @sebdah!