sebdah / dynamic-dynamodb

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

Support: dynamic-dynamodb can run on multi instances for HA #309

Closed Tinet-AaronAn closed 6 years ago

Tinet-AaronAn commented 7 years ago

is dynamic-dynamodb can run on multi instances for HA?

sebdah commented 6 years ago

Not without your involvement. There is no way for the dynamic-dynamodb instances to know of each other. I would suggest using 1 machine with an auto scaling group of min 1, max 1. That way you'd always have a running instance. Check out the Dynamic DynamoDB CloudFormation templates for examples.