Skip to content

Commit

Permalink
fix: update constants (#738)
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 Oct 26, 2023
1 parent 1c998b2 commit 459623b
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 @@ -478,6 +478,7 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'm7i.large': { vCpu: 2, memoryGiB: 8 },
'm7i.xlarge': { vCpu: 4, memoryGiB: 16 },
'mac1.metal': { vCpu: 12, memoryGiB: 32 },
'mac2-m2.metal': { vCpu: 8, memoryGiB: 24 },
'mac2-m2pro.metal': { vCpu: 12, memoryGiB: 32 },
'mac2.metal': { vCpu: 8, memoryGiB: 16 },
'p2.16xlarge': { vCpu: 64, memoryGiB: 732 },
Expand Down

0 comments on commit 459623b

Please sign in to comment.