Skip to content

Commit

Permalink
fix: update constants (#421)
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 Jan 11, 2022
1 parent 1e5b896 commit 033962c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'h1.2xlarge': { vCpu: 8, memoryGiB: 32 },
'h1.4xlarge': { vCpu: 16, memoryGiB: 64 },
'h1.8xlarge': { vCpu: 32, memoryGiB: 128 },
'hpc6a.48xlarge': { vCpu: 96, memoryGiB: 384 },
'i2.2xlarge': { vCpu: 8, memoryGiB: 61 },
'i2.4xlarge': { vCpu: 16, memoryGiB: 122 },
'i2.8xlarge': { vCpu: 32, memoryGiB: 244 },
Expand All @@ -171,6 +172,7 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'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 },
Expand Down

0 comments on commit 033962c

Please sign in to comment.