Skip to content

Commit

Permalink
fix: update constants (#506)
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 Jul 8, 2022
1 parent 335eaf1 commit 309f97d
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 @@ -352,6 +352,7 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'm6id.metal': { vCpu: 128, memoryGiB: 512 },
'm6id.xlarge': { vCpu: 4, memoryGiB: 16 },
'mac1.metal': { vCpu: 12, memoryGiB: 32 },
'mac2.metal': { vCpu: 8, memoryGiB: 16 },
'p2.16xlarge': { vCpu: 64, memoryGiB: 732 },
'p2.8xlarge': { vCpu: 32, memoryGiB: 488 },
'p2.xlarge': { vCpu: 4, memoryGiB: 61 },
Expand Down

0 comments on commit 309f97d

Please sign in to comment.