Applies to: Image Modified Kyvos Enterprise Image Modified Kyvos Cloud (Managed Services on AWS) Image Modified Kyvos Azure Marketplace
Image Modified Kyvos AWS Marketplace Image Modified Kyvos Single Node Installation (Kyvos SNI) Image Modified Kyvos Free ( Limited offering for AWS)
...
Info |
---|
|
After creating the Kyvos Manager node, you must perform the following steps. - SSH to the Kyvos Manager node using the following command:
ssh -i pem-file kyvos@${IP} - Execute the following commands:
cd /data/kyvos/installs/ aws s3 cp s3://us-east-1.kyvos/2023.1/latest/prereq/build_lib_conf.tar.gz
tar -xvf build_lib_conf.tar.gz cd vi .bashrc export CONF_LIB_INCLUSION_HOME=/data/kyvos/installs/build_lib_conf/ source .bashrc
|
...