Installing Using CloudFormation
Here we describe how to use CloudFormation to create a ZebClient cluster.
We support the installation of our standard packages through our Customer Portal. Installing from here provides the easiest way to get going.
To do this, perform the following steps:
- 1.
- 2.
- 3.On the home screen, click the Deploy to AWS button located in the Subscriptions card
- 4.
- 5.Click on the Install on CloudFormation button
Clicking this button will redirect you to the AWS Management Console. You will need to log in to the console using your standard login credentials if you are not logged in.
Once logged in you will be presented with the first screen of the CloudFormation template:
- 1.Confirm the details in Stack name and AllowSshFrom
- 2.Select the KeyPairName you want to use
- 3.Make sure you check I acknowledge that AWS CloudFormation might create IAM resources
- 4.Click Create Stack to begin the creation process

You should make sure the parameters listed in the CloudFormation template are correct.
- Stack Name: This will be used to name the various artifacts generated during the CloudFormation Stack formation. Change this if you would like a specific name used in the naming.
- AllowSshFrom: This will be used to create a Security Rule in the VPC created by the VPC. This will default to the public IP address
- KeyPairName: This should be set to an RSA key pair that you have created using the instructions here. The keys created in this process will give access to the Zebclient cluster after creation.
- ZebClientLicense: This is where the ZebClient product key and license key are put. When taking this from the Customer Portal, this will already be filled in and should be left as default.
When you have confirmed the defaults, you need to accept that the CloudFormation template will create IAM resources. These are used to provide access to, for example, the S3 buckets used to store Cold Layer data.

While the stack is being created, you should see the following screen.

It will take approximately 5-10 minutes before the stack is created. Once the stack is created, you should see the following screen.
- 1.Go to the Outputs tab and make a note of the Agent0PublicIpAddress
From here you can either check the installation or jump straight to running your first tests.
Last modified 7mo ago