Skip to content

Commit

Permalink
fix: update constants (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh authored May 29, 2024
1 parent d5c2eff commit 2b2cdfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,10 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'u-6tb1.112xlarge': { vCpu: 448, memoryGiB: 6144, architectures: ['x86_64'] },
'u-6tb1.56xlarge': { vCpu: 224, memoryGiB: 6144, architectures: ['x86_64'] },
'u-9tb1.112xlarge': { vCpu: 448, memoryGiB: 9216, architectures: ['x86_64'] },
'u7i-12tb.224xlarge': { vCpu: 896, memoryGiB: 12288, architectures: ['x86_64'] },
'u7in-16tb.224xlarge': { vCpu: 896, memoryGiB: 16384, architectures: ['x86_64'] },
'u7in-24tb.224xlarge': { vCpu: 896, memoryGiB: 24576, architectures: ['x86_64'] },
'u7in-32tb.224xlarge': { vCpu: 896, memoryGiB: 32768, architectures: ['x86_64'] },
'vt1.24xlarge': { vCpu: 96, memoryGiB: 192, architectures: ['x86_64'] },
'vt1.3xlarge': { vCpu: 12, memoryGiB: 24, architectures: ['x86_64'] },
'vt1.6xlarge': { vCpu: 24, memoryGiB: 48, architectures: ['x86_64'] },
Expand Down

0 comments on commit 2b2cdfd

Please sign in to comment.