terraform-aws-couchbase
terraform-aws-couchbase copied to clipboard
Reusable infrastructure modules for running Couchbase on AWS
HI, I was testing couchbase-cluster-simple-dns-tls from example In the main.tf min_size = 1 max_size = 2 everything worked fine. After changing/applying min_size = 2 max_size = 2 2 node started...
It looks like memory is always being allocated based on all the services regardless if you pass in the --node-services argument. https://github.com/gruntwork-io/terraform-aws-couchbase/blob/027eb19e57a7bc2522a1287c4adf008d655afc40/modules/run-couchbase-server/run-couchbase-server#L754 Is there a reason this is ignoring the...
After terraform creates couchbase server instances, credentials and other secrets included in user data bash script 
I'm not exactly sure I understand the use case for killing unhealthy Couchbase EC2 instances. This seems like an overly destructive operation, particularly because you don't have an opportunity to...
When a new node is added or deleted to/from the cluster, sync gateway configuration is not updated on the running nodes which causes rebalancing failures