From f9073b556ea6875db71b04bbd35a904eae86dace Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 11:20:26 +0900 Subject: [PATCH] fix: update ec2-types (#318) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: hoonoh --- src/constants/ec2-info.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/constants/ec2-info.ts b/src/constants/ec2-info.ts index 69095349..2cd2e336 100644 --- a/src/constants/ec2-info.ts +++ b/src/constants/ec2-info.ts @@ -80,6 +80,14 @@ export const ec2Info: Record = { '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 },