From d7584461d90bdbb481fa928ae5041b749e514aa3 Mon Sep 17 00:00:00 2001 From: hoonoh Date: Tue, 4 Jan 2022 00:12:41 +0000 Subject: [PATCH] fix: update constants --- src/constants/ec2-info.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/ec2-info.ts b/src/constants/ec2-info.ts index 9525f9f7..ce91a038 100644 --- a/src/constants/ec2-info.ts +++ b/src/constants/ec2-info.ts @@ -171,6 +171,7 @@ export const ec2Info: Record = { 'i3en.6xlarge': { vCpu: 24, memoryGiB: 192 }, 'i3en.large': { vCpu: 2, memoryGiB: 16 }, 'i3en.metal': { vCpu: 96, memoryGiB: 768 }, + 'i3en.metal-2tb': { vCpu: 96, memoryGiB: 768 }, 'i3en.xlarge': { vCpu: 4, memoryGiB: 32 }, 'im4gn.16xlarge': { vCpu: 64, memoryGiB: 256 }, 'im4gn.2xlarge': { vCpu: 8, memoryGiB: 32 },