terraform-aws-couchbase icon indicating copy to clipboard operation
terraform-aws-couchbase copied to clipboard

Reusable infrastructure modules for running Couchbase on AWS

Results 16 terraform-aws-couchbase issues
Sort by recently updated
recently updated
newest added

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...

question

After terraform creates couchbase server instances, credentials and other secrets included in user data bash script ![image](https://user-images.githubusercontent.com/58731968/99533046-4dbdc080-29b6-11eb-9284-171980b6aa1e.png)

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...

question

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

question