Hi
I am looking to deploy couchbase as a memcache replacement on AWS.
We are expecting sudden spikes in traffic and hence would like to deploy these machines using an AWS autoScale group.
This comes with a few problems
- Since machines can go up and down,what IP should we configure on th moxi client so that the client never loses connectivity to the couchbase cluster
- When a new machine comes up,how do we make sure it automatically attches itseff to the existing cluster and rebalances the buckets.
Both the above cases require a fixed IP, which does not come with AWS. The only possible solution seems to be using an AWS ELB but the couchbase site doesnt seem to say anything about using ELB’s
What will happen when a machine gets killed? Would the cluster auto-rebalance or would it require manual rebalancing?
What are the chances of data loss, when a machine is scaled down.