Skip to content

Commit

Permalink
fix: update constants (#754)
Browse files Browse the repository at this point in the history
Co-authored-by: hoonoh <hoonoh@users.noreply.github.com>
  • Loading branch information
hoonoh and hoonoh committed Dec 12, 2023
1 parent 2692a8a commit edf093d
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 @@ -659,11 +659,11 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'r7g.medium': { vCpu: 1, memoryGiB: 8 },
'r7g.metal': { vCpu: 64, memoryGiB: 512 },
'r7g.xlarge': { vCpu: 4, memoryGiB: 32 },
'r7gd.12xlarge': { vCpu: 48, memoryGiB: 256 },
'r7gd.12xlarge': { vCpu: 48, memoryGiB: 384 },
'r7gd.16xlarge': { vCpu: 64, memoryGiB: 512 },
'r7gd.2xlarge': { vCpu: 8, memoryGiB: 64 },
'r7gd.4xlarge': { vCpu: 16, memoryGiB: 128 },
'r7gd.8xlarge': { vCpu: 32, memoryGiB: 192 },
'r7gd.8xlarge': { vCpu: 32, memoryGiB: 256 },
'r7gd.large': { vCpu: 2, memoryGiB: 16 },
'r7gd.medium': { vCpu: 1, memoryGiB: 8 },
'r7gd.xlarge': { vCpu: 4, memoryGiB: 32 },
Expand Down

0 comments on commit edf093d

Please sign in to comment.