Skip to content

Commit

Permalink
fix: update constants (#379)
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 14, 2021
1 parent f7d245e commit 28539e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ 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 28539e1

Please sign in to comment.