We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440b3be commit 39f0dd9Copy full SHA for 39f0dd9
dashboard/new-dashboard/src/configurators/MachineConfigurator.ts
@@ -413,6 +413,9 @@ export function getMachineGroupName(machine: string): string {
413
} else if (machine.startsWith("intellij-linux-2204-aws-c5ad-lt")) {
414
// https://aws.amazon.com/ec2/instance-types/c5/
415
groupName = "Linux EC2 (2204) c5.xlarge (4 vCPU, 8 GB)"
416
+ } else if (machine.startsWith("intellij-linux-2004-aws-r5dn")) {
417
+ // https://aws.amazon.com/ec2/instance-types/r5/
418
+ groupName = "Linux EC2 r5dn.xlarge (4 vCPU, 32 GB)"
419
} else if (machine.startsWith("intellij-macos-perf-eqx")) {
420
groupName = "Mac Mini M2 Pro (10 vCPU, 32 GB)"
421
} else if (machine.startsWith("intellij-windows-aws-i")) {
0 commit comments