Run the cluster installer to deploy the elastic runtime environment.
To run the cluster installer, run the following command on the master
node:
nohup ./create_cluster_nodes_ha.sh &
If you have a proxy enabled, exclude
nohup.out
and run the
following command:
./create_cluster_nodes_ha.sh
To monitor the installation process, run the following command:
tail -f nohup.out
The cluster installer creates the
idmc-elastic-rte-key-pair
key pair that's listed in the
config.txt file only if the key pair isn't present in AWS Secrets Manager. If you
run the installer again and the key pair is already present on AWS but the PEM file
isn't present in the elastic runtime environment directory, installation fails. If
the PEM file isn't present, you can change the name of the key pair in the
config.txt file so that the cluster installer creates a new key pair.