Skip to content

Commit

Permalink
fix: update constants (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed Mar 1, 2024
1 parent 8b7f78f commit 2a6e036
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 174 deletions.
1 change: 1 addition & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'm7gd.8xlarge': { vCpu: 32, memoryGiB: 128 },
'm7gd.large': { vCpu: 2, memoryGiB: 8 },
'm7gd.medium': { vCpu: 1, memoryGiB: 4 },
'm7gd.metal': { vCpu: 64, memoryGiB: 256 },
'm7gd.xlarge': { vCpu: 4, memoryGiB: 16 },
'm7i-flex.2xlarge': { vCpu: 8, memoryGiB: 32 },
'm7i-flex.4xlarge': { vCpu: 16, memoryGiB: 64 },
Expand Down
1 change: 1 addition & 0 deletions src/constants/ec2-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ export const allInstances = [
'm7gd.8xlarge',
'm7gd.12xlarge',
'm7gd.16xlarge',
'm7gd.metal',
'm7i.large',
'm7i.xlarge',
'm7i.2xlarge',
Expand Down
Loading

0 comments on commit 2a6e036

Please sign in to comment.