mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#987)
This commit is contained in:
@@ -58,7 +58,7 @@ to open the app's instance launch form.
|
||||
* **Base Docker Image** (optional) - Available when `Use docker mode` is selected: Default Docker image in which the
|
||||
ClearML Agent will run. Provide an image stored in a Docker artifactory so instances can automatically fetch it
|
||||
* **Compute Resources**
|
||||
* Resource Name - Assign a name to the resource type. This name will appear in the Autoscaler dashboard
|
||||
* Resource Name - Assign a name to the resource type. This name will appear in the autoscaler dashboard
|
||||
* EC2 Instance Type - See [Instance Types](https://aws.amazon.com/ec2/instance-types) for full list of types
|
||||
* Run in CPU mode - Check box to run with CPU only
|
||||
* Use Spot Instance - Select to use a spot instance. Otherwise, a reserved instance is used.
|
||||
@@ -98,7 +98,7 @@ to open the app's instance launch form.
|
||||
instance. Read more [here](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html)
|
||||
* VPC Subnet ID - The subnet ID For the created instance. If more than one ID is provided, the instance will be started in the first available subnet. For more information, see [What is Amazon VPC?](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html)
|
||||
* \+ Add Item - Define another resource type
|
||||
* **IAM Instance Profile** (optional) - Set an IAM instance profile for all instances spun by the Autoscaler
|
||||
* **IAM Instance Profile** (optional) - Set an IAM instance profile for all instances spun by the autoscaler
|
||||
* Arn - Amazon Resource Name specifying the instance profile
|
||||
* Name - Name identifying the instance profile
|
||||
* **Autoscaler Instance Name** (optional) - Name for the Autoscaler instance. This will appear in the instance list
|
||||
@@ -129,7 +129,7 @@ The Configuration Vault is available under the ClearML Enterprise plan.
|
||||
|
||||
You can utilize the [configuration vault](../settings/webapp_settings_profile.md#configuration-vault) to set the following:
|
||||
* `aws_region`
|
||||
* `aws_credentials_key_id` and `aws_secret_access_key` - AWS credentials for the Autoscaler
|
||||
* `aws_credentials_key_id` and `aws_secret_access_key` - AWS credentials for the autoscaler
|
||||
* `extra_vm_bash_script` - A bash script to execute after launching the EC2 instance. This script will be appended to
|
||||
the one set in the `Init script` field of the instance launch form
|
||||
* `extra_clearml_conf` - ClearML configuration to use by the ClearML Agent when executing your experiments. This
|
||||
@@ -202,7 +202,7 @@ auto_scaler.v1.aws {
|
||||
#### Configure Instances Spawned by the Autoscaler
|
||||
To configure instances spawned by the autoscaler, do any of the following:
|
||||
* Add the configuration in the `auto_scaler.v1.aws.extra_clearml_conf` field of the configuration vault
|
||||
* Run the Autoscaler using a [ClearML Service Account](../settings/webapp_settings_users.md#service-accounts). Add the
|
||||
* Run the autoscaler using a [ClearML Service Account](../settings/webapp_settings_users.md#service-accounts). Add the
|
||||
configuration to the service account's configuration vault, and set the autoscaler to run under that account
|
||||
in the `Run with Service Account` field
|
||||
* Admins can add the configuration to a [ClearML Administrator Vault](../settings/webapp_settings_admin_vaults.md)
|
||||
|
||||
@@ -58,7 +58,7 @@ to open the app's instance launch form.
|
||||
* **Base Docker Image** (optional) - Available when `Use docker mode` is selected. Default Docker image in which the ClearML Agent will run. Provide an image stored in a
|
||||
Docker artifactory so VM instances can automatically fetch it
|
||||
* **Compute Resources**
|
||||
* Resource Name - Assign a name to the resource type. This name will appear in the Autoscaler dashboard
|
||||
* Resource Name - Assign a name to the resource type. This name will appear in the autoscaler dashboard
|
||||
* GCP Machine Type - See list of [machine types](https://cloud.google.com/compute/docs/machine-types)
|
||||
* Run in CPU mode - Select to have the autoscaler utilize only CPU VM instances
|
||||
* GPU Type - See list of [supported GPUs by instance](https://cloud.google.com/compute/docs/gpus)
|
||||
@@ -106,7 +106,7 @@ to open the app's instance launch form.
|
||||
|
||||
:::important Enterprise Feature
|
||||
You can utilize the [configuration vault](../settings/webapp_settings_profile.md#configuration-vault) to configure GCP
|
||||
credentials for the Autoscaler in the following format:
|
||||
credentials for the autoscaler in the following format:
|
||||
|
||||
```
|
||||
auto_scaler.v1 {
|
||||
|
||||
Reference in New Issue
Block a user