Experience Center
Identifying the Zscaler Cloud Connector Version
Zscaler provides automation templates for Amazon Web Services (AWS) and Microsoft Azure. When Zscaler Cloud Connector is deployed, these templates always detect the latest virtual machine (VM) version. Therefore, as long as the latest automation templates are deployed, there is no action required when deploying new VMs. You can locate your current Cloud Connector VM version via AWS and Azure.
Cloud Connector Version Location in AWS
To find the current Cloud Connector version in AWS:
- In the AWS Marketplace, on the Configure this software page, locate all current and historical marketplace OS/VM versions and corresponding Amazon Machine Images (AMIs) per region to reference after locating your current Cloud Connector version.
The latest AMI is listed in the table below and the corresponding AMI in region US West (Oregon) is ami-0c0f8d637a04769ea.
Close- Sign in to the AWS console.
- In the Search bar, enter
EC2
. Then, under Services, select EC2.
- On the EC2 Dashboard page, under Resources, select Instances. Alternatively, you can select Instances from the left-side navigation.
Selecting Instances (running) only shows currently deployed Cloud Connectors. Select Instances (running) only if you are searching for the version of a currently deployed Cloud Connector.
- On the Instances page, select the Instance ID of your Cloud Connector.
- On the Instance summary page, select Details.
- On the Details tab, under Instance details, your Cloud Connector version information is displayed in AMI ID and AMI name.
The following table displays information on AWS AMI releases.
Release Date | Software Version |
January 19, 2023 | ZS6.1.24.6 |
October 19, 2023 | ZS6.1.26.0 |
November 14, 2023 | ZS6.1.26.1 |
A change in network interfaces occurred between releases. In version ZS6.1.24.6, device index 0 is the management interface and device index 1 is the service interface. In version ZS6.1.26.0, device index 0 is the service interface and device index 1 is the management interface.
Cloud Connector Version Location in Azure
To find the current Cloud Connector version in Azure:
- Sign in to the Azure portal.
- In the upper-right corner of the portal, click the Cloud Shell icon.
- From the drop-down menu in the Cloud Shell window, select PowerShell.
- Enter the following command:
az vm image show --urn zscaler1579058425289:zia_cloud_connector:zs_ser_gen1_cc_01:latest
- The current Cloud Connector version is displayed.
- Additionally, on the
az vm list -g "resource group name" | grep -A 9 imageReference
line, ensure theexactVersion
for the currently deployed Cloud Connector appliance matches the previous latest version.