I intend to run a Point of Sale software in a galera cluster (percona xtradb). Each POS terminal would be its own cluster and then there will be an Amazon EC2 in addition to help avoid split-brain scenarios.
Is the above setup an ideal cluster setup? My POS terminals could range from 1 to N nodes within a local network and I will always only have 1 EC2 instance outside the network.
Thanks,