Skip to content

Commit

Permalink
fix: update constants (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: hoonoh <[email protected]>
  • Loading branch information
hoonoh and hoonoh authored Jan 5, 2022
1 parent b2281bd commit 506cbf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ 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 506cbf2

Please sign in to comment.