From e140c02285c15bcc750752408ddf7d2be0207322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:25:53 +0900 Subject: [PATCH] fix: update ec2-types (#316) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: hoonoh Co-authored-by: Hoon Oh --- src/constants/ec2-info.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/ec2-info.ts b/src/constants/ec2-info.ts index a97d6fde..69095349 100644 --- a/src/constants/ec2-info.ts +++ b/src/constants/ec2-info.ts @@ -212,8 +212,8 @@ export const ec2Info: Record = { 'm5n.xlarge': { vCpu: 4, memoryGiB: 16 }, 'm5zn.12xlarge': { vCpu: 48, memoryGiB: 192 }, 'm5zn.2xlarge': { vCpu: 8, memoryGiB: 32 }, - 'm5zn.3xlarge': { vCpu: 16, memoryGiB: 48 }, - 'm5zn.6xlarge': { vCpu: 32, memoryGiB: 96 }, + 'm5zn.3xlarge': { vCpu: 12, memoryGiB: 48 }, + 'm5zn.6xlarge': { vCpu: 24, memoryGiB: 96 }, 'm5zn.large': { vCpu: 2, memoryGiB: 8 }, 'm5zn.metal': { vCpu: 48, memoryGiB: 192 }, 'm5zn.xlarge': { vCpu: 4, memoryGiB: 16 },