Overview
Follow these steps to define an agent and generate a bootstrap config file that will be used when installing the agent within your internal environment or at one of the cloud providers.Prerequisites
- Review the agent reference page.
- Have permissions to create an agent.
- Optional: Install the CLI.
Create using the UI Console
-
Create a new agent using one of the following methods:
- Click
Agentsin the left menu, then clickNew, or - Click the
Createdropdown in the upper right corner and selectAgent.
- Click
- Enter a unique name and optional description.
-
Optional: Click
Tagsand enter any tags. -
Click
Create. The console will display the bootstrap config JSON. Save the JSON manually or clickDownload Config File. -
Click
Next. The scripts displayed are generated using the bootstrap config. Copy or download the appropriate script:User Data scriptfor AWS and Azure and theStartup scriptfor GCP, as it will be used during the installation of the agent. -
Click
Done.
Create using the CLI
- At a command prompt, execute the following to create an agent:
- The output of the command will be the bootstrap config JSON text. Executing the command above will save the text in a file called
bootstrap-config.json.
The
User Data script for AWS and Azure and the Startup script for GCP must be obtained in the UI. These steps are covered in Configure an Agent.