Skip to content

Commit

Permalink
fix: update ec2-types (#318)
Browse files Browse the repository at this point in the history
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: hoonoh <hoonoh@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and hoonoh committed Dec 18, 2020
1 parent 220b30c commit bb91c08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'c6gd.medium': { vCpu: 1, memoryGiB: 2 },
'c6gd.metal': { vCpu: 64, memoryGiB: 128 },
'c6gd.xlarge': { vCpu: 4, memoryGiB: 8 },
'c6gn.12xlarge': { vCpu: 48, memoryGiB: 96 },
'c6gn.16xlarge': { vCpu: 64, memoryGiB: 128 },
'c6gn.2xlarge': { vCpu: 8, memoryGiB: 16 },
'c6gn.4xlarge': { vCpu: 16, memoryGiB: 32 },
'c6gn.8xlarge': { vCpu: 32, memoryGiB: 64 },
'c6gn.large': { vCpu: 2, memoryGiB: 4 },
'c6gn.medium': { vCpu: 1, memoryGiB: 2 },
'c6gn.xlarge': { vCpu: 4, memoryGiB: 8 },
'cc2.8xlarge': { vCpu: 32, memoryGiB: 60.5 },
'd2.2xlarge': { vCpu: 8, memoryGiB: 61 },
'd2.4xlarge': { vCpu: 16, memoryGiB: 122 },
Expand Down

0 comments on commit bb91c08

Please sign in to comment.