Files
ZIC-for-AWS-Documentation/docs/Deploying_the_ZIC_Instance.md
2022-11-23 11:30:44 +02:00

3.5 KiB
Raw Permalink Blame History

Obtain the Image Pull Image

The image pull key secret is used in the deployment to enable downloading Zertos component images. Follow these steps to obtain the image pull key secret.

  1. Log in to myZerto.
  2. Navigate to Support & Downloads > Software Downloads > Zerto In-Cloud.
  3. Click Download Online Installer to download the installer.
  4. Click Download Primary Account IAM Policy to download the policy files.
  5. Click Download Collection to download collection for Postman.
  6. Click Username and Password and generate keys.
  7. Copy the Username and Password keys to a local file so you have access to them when you need this information later when installing Zerto software.

The account team will send an email notification that your AWS Account ID was added to the privately published AMI. After you receive the email notification continue with the following configuration, deployment and installation steps.

AWS Configuration

  1. In the AWS console, go to AMIs and filter by Private Images. You should see a Private AMI for a zlinux/zAppliance machine.
  2. Add a custom IAM Role in zic-primary-account-iam-policy.json. For more information on how to create an IAM role, see Creating IAM roles.
  3. Ensure that ports 22 and 443 are open Inbound, as the Security Group for the ZIC management network will need them. See ZIC Ports and Related Services
  4. Create a VPC with a subnet and use the Security Group you created for the ZIC Appliance.

Deploying the ZIC Appliance Deployment in AWS

  1. Select the Private zlinux/zAppliance AMI and launch it. Choose m5a.large as the EC2 Instance size.
  2. Configure the instance details for ZIC.
    • Assign the Custom IAM Role that was created for ZIC.
    • Select/Configure the VPC and Subnet.
  3. Use the defaults for Storage and add tags (optional).
  4. Select the security group created earlier, or create a new security group.
    • If creating a new security group, make sure ports 22 and 443 rules are added.
  5. Click Review and Launch to deploy the ZIC Appliance.

Note: To access a Linux instance in AWS you need to use PuTTY Private Key (ppk). If you are using Putty or WinSCP on Windows you must convert the PEM file to PPK format. Click here to learn how to convert .pem to .ppk using PuTTYgen.

Installing the ZIC Appliance

  1. When the ZIC instance is running, connect to it with username "admin". No password is required.

  2. Copy the zipped file to /home/admin/ on ZIC, with any tool you normally use to copy files to Linux servers (WinSCP, SCP, Termius).

  3. Install Unzip using the command:

    sudo apt install unzip -y
    
  4. Install Unzip using the command:

    unzip zic-1.0.448.zip.
    

    image

  5. Go to the extracted directory and run the following command to allow bash script execution:

    sudo find . -name "*.bash" -exec chmod +x {} \;
    
  6. Run the online installer using the command:

    sudo install/install_online.bash
    

    image

When the installation completes, it will display “Starting ZIC 1.0.x” and continues displaying the status until it displays “ZIC 1.0.x started”. You can now connect to ZIC.