In the docs for the EC2 AMI of DSE enterprise it says:
"configures Cassandra to use the local interface for intra-cluster communication"
how exactly is that done if I wanted to build my own AMI?
In the docs for the EC2 AMI of DSE enterprise it says:
"configures Cassandra to use the local interface for intra-cluster communication"
how exactly is that done if I wanted to build my own AMI?
Hello,
The way we handle this in our codebase is as follows:
https://github.com/riptano/ComboAMI/blob/2.4/ds2_configure.py#L119
https://github.com/riptano/ComboAMI/blob/2.4/ds2_configure.py#L461
The alternative would be to use the external IP address.
If you want our most up-to-date docs for building your own AMI, do take a look at:
https://github.com/riptano/ComboAMI/blob/2.4/presetup/setup.md
However, feel free to fork the project and submit a pull request to include any added features that you wish to see.
Thanks,
Joaquin
You must log in to post.