Sfoglia il codice sorgente

Added t2 large machine type

jnfrati 4 anni fa
parent
commit
b915903f3e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dashboard/src/main/home/provisioner/AWSFormSection.tsx

+ 1 - 0
dashboard/src/main/home/provisioner/AWSFormSection.tsx

@@ -56,6 +56,7 @@ const regionOptions = [
 
 const machineTypeOptions = [
   { value: "t2.medium", label: "t2.medium" },
+  { value: "t2.large", label: "t2.large" },
   { value: "t2.xlarge", label: "t2.xlarge" },
   { value: "t2.2xlarge", label: "t2.2xlarge" },
   { value: "t3.medium", label: "t3.medium" },