diff --git a/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts b/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts index 85c067d9b1..952bdbdc67 100644 --- a/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts +++ b/src/pages/distroSettings/tabs/ProviderTab/schemaFields.ts @@ -328,6 +328,9 @@ export const ec2FleetProviderSettings = { "ui:description": "EC2 instance type for the AMI. Must be available.", "ui:placeholder": "e.g. t1.micro", }, + sshKeyName: { + "ui:description": "SSH key to add to the host machine.", + }, fleetOptions: { fleetInstanceType: { "ui:allowDeselect": false, @@ -399,6 +402,9 @@ export const ec2OnDemandProviderSettings = { "ui:description": "EC2 instance type for the AMI. Must be available.", "ui:placeholder": "e.g. t1.micro", }, + sshKeyName: { + "ui:description": "SSH key to add to the host machine.", + }, mergeUserData: { "ui:elementWrapperCSS": mergeCheckboxCSS, },