ZUS In the Cloud deployment on a VM

Prerequisites -

  • Make sure Docker and Docker Compose is installed on the VM

  • Pull zus_in_cloud docker image on the VM with the help of customer support team.

Steps to deploy the ZINC docker image

  • Connect to the Virtual Machine.

  • Create a directory with name zus_in_the_cloud .

  • Cd into the directory zus_in_the_cloud .

    cd zus_in_the_cloud
  • Download the docker compose file from below URL:
    https://zus-in-the-cloud-deployment.s3.amazonaws.com/prod/docker-compose.yml
    Use below command to download the file.

    wget https://zus-in-the-cloud-deployment.s3.amazonaws.com/prod/docker-compose.yml
  • Before running the docker-compose, first create a directory for storing the secrets. Recommended is to use the /opt/ location. Use below command to create the directory /opt/zilla .

    sudo mkdir /opt/zilla && sudo chown 1000:1000 /opt/zilla && sudo chmod 700 /opt/zilla && mkdir /opt/zilla/zinc-config /opt/zilla/zinc-output

Please note the below steps reference a Zilla Token, contact support@zillasecurity.com to receive the required token.

  • Save the Zilla Tokens in that secret directory /opt/zilla/zinc-config with file-name Zilla_API_Key .

    • Enter below command.

    • After entering above command, It will wait for the file content to be entered.

    • Enter the Zilla Tokens in JSON format and press enter. Note: This Token JSON will be provided by the Customer Support Personnel. Example

    • Now press the Ctrl+d to save the file.

  • Open the docker-compose.yml and Enter the Tenant Domain value as Customer’s Zilla Tenant Domain. And Save the file.

  • Now run the below command to start the zus-in-the-cloud container.