From abd212694bdd42011132a754d49fd1f6ef13c4a5 Mon Sep 17 00:00:00 2001 From: Hoon Oh <2078254+hoonoh@users.noreply.github.com> Date: Wed, 26 Oct 2022 09:26:19 +0900 Subject: [PATCH] fix: update constants (#559) Co-authored-by: hoonoh --- src/constants/ec2-info.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants/ec2-info.ts b/src/constants/ec2-info.ts index a1f08de5..8e10ef08 100644 --- a/src/constants/ec2-info.ts +++ b/src/constants/ec2-info.ts @@ -514,6 +514,8 @@ export const ec2Info: Record = { 'trn1.2xlarge': { vCpu: 8, memoryGiB: 32 }, 'trn1.32xlarge': { vCpu: 128, memoryGiB: 512 }, 'u-12tb1.112xlarge': { vCpu: 448, memoryGiB: 12288 }, + 'u-18tb1.112xlarge': { vCpu: 448, memoryGiB: 18432 }, + 'u-24tb1.112xlarge': { vCpu: 448, memoryGiB: 24576 }, 'u-3tb1.56xlarge': { vCpu: 224, memoryGiB: 3072 }, 'u-6tb1.112xlarge': { vCpu: 448, memoryGiB: 6144 }, 'u-6tb1.56xlarge': { vCpu: 224, memoryGiB: 6144 },