Skip to content

Commit

Permalink
fix: update constants (#619)
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 Mar 2, 2023
1 parent 5ad2311 commit 6b2d1a8
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 @@ -137,7 +137,6 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'c7g.medium': { vCpu: 1, memoryGiB: 2 },
'c7g.metal': { vCpu: 64, memoryGiB: 128 },
'c7g.xlarge': { vCpu: 4, memoryGiB: 8 },
'cc2.8xlarge': { vCpu: 32, memoryGiB: 60.5 },
'd2.2xlarge': { vCpu: 8, memoryGiB: 61 },
'd2.4xlarge': { vCpu: 16, memoryGiB: 122 },
'd2.8xlarge': { vCpu: 36, memoryGiB: 244 },
Expand Down

0 comments on commit 6b2d1a8

Please sign in to comment.