Skip to content

Commit

Permalink
fix: update constants (#438)
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 Feb 11, 2022
1 parent 014d6ce commit 47d223a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
't4g.small': { vCpu: 2, memoryGiB: 2 },
't4g.xlarge': { vCpu: 4, memoryGiB: 16 },
'u-12tb1.112xlarge': { vCpu: 448, memoryGiB: 12288 },
'u-3tb1.56xlarge': { vCpu: 224, memoryGiB: 3072 },
'u-6tb1.112xlarge': { vCpu: 448, memoryGiB: 6144 },
'u-6tb1.56xlarge': { vCpu: 224, memoryGiB: 6144 },
'u-9tb1.112xlarge': { vCpu: 448, memoryGiB: 9216 },
Expand Down

0 comments on commit 47d223a

Please sign in to comment.