Cloud Client
What is a Cloud Client?
The cloud client is a lightweight container that is preconfigured with the CLI tools for AWS, Azure, and GCP. It also provides a web service to display the cloud account credentials for the cloud account. An example of the web service can be seen below on the left.

Step 1: Add an Instruqt Cloud Client container to your track
Click the track where you want to add an AWS account to. ā³ Instruqt shows the corresponding Track dashboard page.
In the Sandbox section, click Edit to open the Sandbox page.
Click + Add a host.
Pick the Container host type.
Input these values:
FieldValueHostname
cloud-client
Image type
Choose your own
Container image*
gcr.io/instruqt/cloud-client
orgcr.io/instruqt/cloud-client:2
Click Show optional settings. Enter these values:
FieldValuePorts
80
Shell
/bin/bash
Click Save host to add the container.
*Note: gcr.io/instruqt/cloud-client:2
is an updated version of this container with newer versions of the AWS CLI tools pre-installed. This is offered as a separate container version to maintain compatibility with pre-existing customer scripts or processes. cloud-client
offers aws-cli version 1.36.32, while cloud-client:2
offers aws-cli version 2.22.27.
Last updated
Was this helpful?