Skip to content

Commit

Permalink
fix: update constants (#405)
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 Dec 1, 2021
1 parent 38564ae commit 47b62ee
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,22 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'i3en.large': { vCpu: 2, memoryGiB: 16 },
'i3en.metal': { vCpu: 96, memoryGiB: 768 },
'i3en.xlarge': { vCpu: 4, memoryGiB: 32 },
'im4gn.16xlarge': { vCpu: 64, memoryGiB: 256 },
'im4gn.2xlarge': { vCpu: 8, memoryGiB: 32 },
'im4gn.4xlarge': { vCpu: 16, memoryGiB: 64 },
'im4gn.8xlarge': { vCpu: 32, memoryGiB: 128 },
'im4gn.large': { vCpu: 2, memoryGiB: 8 },
'im4gn.xlarge': { vCpu: 4, memoryGiB: 16 },
'inf1.24xlarge': { vCpu: 96, memoryGiB: 192 },
'inf1.2xlarge': { vCpu: 8, memoryGiB: 16 },
'inf1.6xlarge': { vCpu: 24, memoryGiB: 48 },
'inf1.xlarge': { vCpu: 4, memoryGiB: 8 },
'is4gen.2xlarge': { vCpu: 8, memoryGiB: 48 },
'is4gen.4xlarge': { vCpu: 16, memoryGiB: 96 },
'is4gen.8xlarge': { vCpu: 32, memoryGiB: 192 },
'is4gen.large': { vCpu: 2, memoryGiB: 12 },
'is4gen.medium': { vCpu: 1, memoryGiB: 6 },
'is4gen.xlarge': { vCpu: 4, memoryGiB: 24 },
'm1.large': { vCpu: 2, memoryGiB: 7.5 },
'm1.medium': { vCpu: 1, memoryGiB: 3.7 },
'm1.small': { vCpu: 1, memoryGiB: 1.7 },
Expand Down

0 comments on commit 47b62ee

Please sign in to comment.