Skip to content

Commit

Permalink
fix: update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh authored and github-actions[bot] committed Dec 10, 2024
1 parent 62e5e11 commit 264c825
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,8 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'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'] },
'u7i-6tb.112xlarge': { vCpu: 448, memoryGiB: 6144, architectures: ['x86_64'] },
'u7i-8tb.112xlarge': { vCpu: 448, memoryGiB: 8192, 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'] },
Expand Down

0 comments on commit 264c825

Please sign in to comment.