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 committed Dec 14, 2020
1 parent fac9629 commit e140c02
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 e140c02

Please sign in to comment.