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-clientImage type
Choose your ownContainer image*
gcr.io/instruqt/cloud-clientorgcr.io/instruqt/cloud-client:2Click Show optional settings. Enter these values:
FieldValuePorts
80Shell
/bin/bashClick Save host to add the container.
*Note: gcr.io/instruqt/cloud-client:2is 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.
Open the file
config.ymlin your code editor.Copy and paste the following code under the
containersproperty:
Last updated
Was this helpful?