Skip to content

Commit

Permalink
fix: update constants (#378)
Browse files Browse the repository at this point in the history
Co-authored-by: hoonoh <hoonoh@users.noreply.github.com>
  • Loading branch information
hoonoh and hoonoh committed Sep 11, 2021
1 parent a0cae60 commit 3b57003
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,6 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'u-6tb1.112xlarge': { vCpu: 448, memoryGiB: 6144 },
'u-6tb1.56xlarge': { vCpu: 224, memoryGiB: 6144 },
'u-9tb1.112xlarge': { vCpu: 448, memoryGiB: 9216 },
'vt1.24xlarge': { vCpu: 96, memoryGiB: 192 },
'vt1.3xlarge': { vCpu: 12, memoryGiB: 24 },
'vt1.6xlarge': { vCpu: 24, memoryGiB: 48 },
'x1.16xlarge': { vCpu: 64, memoryGiB: 976 },
'x1.32xlarge': { vCpu: 128, memoryGiB: 1952 },
'x1e.16xlarge': { vCpu: 64, memoryGiB: 1952 },
Expand Down

0 comments on commit 3b57003

Please sign in to comment.