I've been looking for some good documentation on the ec2 AMI's for community couchbase and updating couchbase to run with hostnames. What I did find in the couchbase docs are actually out of date as seen here
What I actually have is -name 'babysitter_of_ns_1@127.0.0.1' \
and -run ns_babysitter_bootstrap -- \
The addition of babysitter_of_ns without any documentation makes me wonder if this is actually where I make the change.
Has anyone successfully changed the AMI config to run with a hostname? Would like to somehow automate this as much as possible so if the internal ip changes it doesn't create an issue of the node being unreachable.
It would be great if couchbase had more documentation around this.