We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd45349 commit d9a0317Copy full SHA for d9a0317
dashboard/new-dashboard/src/configurators/MachineConfigurator.ts
@@ -367,7 +367,7 @@ export function getMachineGroupName(machine: string): string {
367
// https://aws.amazon.com/ec2/instance-types/c6id/
368
// noinspection SpellCheckingInspection
369
groupName = "Windows EC2 C6id.4xlarge or i4i.4xlarge (16 vCPU Xeon, 32 or 128 GB)"
370
- } else if (machine.startsWith("intellij-linux-2004-aws-m5d-lt")) {
+ } else if (machine.startsWith("intellij-linux-2004-aws-m5d-lt") || machine.startsWith("intellij-linux-2204-aws-m5d-lt")) {
371
// https://aws.amazon.com/ec2/instance-types/c5/
372
373
groupName = "Linux EC2 M5d.xlarge (4 vCPU Xeon, 16 GB)"
0 commit comments