Skip to content

Commit

Permalink
fix: update ec2-types (#316)
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>
Co-authored-by: Hoon Oh <hoon@hoonoh.net>
  • Loading branch information
3 people authored Dec 14, 2020
1 parent 3d84b73 commit d55bd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ export const ec2Info: Record<InstanceType | string, Ec2InstanceInfo> = {
'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 },
Expand Down

0 comments on commit d55bd4c

Please sign in to comment.