From 66d2d41f6169ed42f71924ed445c5033657b2488 Mon Sep 17 00:00:00 2001 From: hoonoh Date: Thu, 2 Mar 2023 00:18:51 +0000 Subject: [PATCH] fix: update constants --- src/constants/ec2-info.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/constants/ec2-info.ts b/src/constants/ec2-info.ts index 61942e86..9842627d 100644 --- a/src/constants/ec2-info.ts +++ b/src/constants/ec2-info.ts @@ -137,7 +137,6 @@ export const ec2Info: Record = { 'c7g.medium': { vCpu: 1, memoryGiB: 2 }, 'c7g.metal': { vCpu: 64, memoryGiB: 128 }, 'c7g.xlarge': { vCpu: 4, memoryGiB: 8 }, - 'cc2.8xlarge': { vCpu: 32, memoryGiB: 60.5 }, 'd2.2xlarge': { vCpu: 8, memoryGiB: 61 }, 'd2.4xlarge': { vCpu: 16, memoryGiB: 122 }, 'd2.8xlarge': { vCpu: 36, memoryGiB: 244 },