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 2, 2024
1 parent 96c99eb commit c0e09a0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,24 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'i4i.large': { vCpu: 2, memoryGiB: 16, architectures: ['x86_64'] },
'i4i.metal': { vCpu: 128, memoryGiB: 1024, architectures: ['x86_64'] },
'i4i.xlarge': { vCpu: 4, memoryGiB: 32, architectures: ['x86_64'] },
'i7ie.12xlarge': { vCpu: 48, memoryGiB: 384, architectures: ['x86_64'] },
'i7ie.18xlarge': { vCpu: 72, memoryGiB: 576, architectures: ['x86_64'] },
'i7ie.24xlarge': { vCpu: 96, memoryGiB: 768, architectures: ['x86_64'] },
'i7ie.2xlarge': { vCpu: 8, memoryGiB: 64, architectures: ['x86_64'] },
'i7ie.3xlarge': { vCpu: 12, memoryGiB: 96, architectures: ['x86_64'] },
'i7ie.48xlarge': { vCpu: 192, memoryGiB: 1536, architectures: ['x86_64'] },
'i7ie.6xlarge': { vCpu: 24, memoryGiB: 192, architectures: ['x86_64'] },
'i7ie.large': { vCpu: 2, memoryGiB: 16, architectures: ['x86_64'] },
'i7ie.xlarge': { vCpu: 4, memoryGiB: 32, architectures: ['x86_64'] },
'i8g.12xlarge': { vCpu: 48, memoryGiB: 384, architectures: ['arm64'] },
'i8g.16xlarge': { vCpu: 64, memoryGiB: 512, architectures: ['arm64'] },
'i8g.24xlarge': { vCpu: 96, memoryGiB: 768, architectures: ['arm64'] },
'i8g.2xlarge': { vCpu: 8, memoryGiB: 64, architectures: ['arm64'] },
'i8g.4xlarge': { vCpu: 16, memoryGiB: 128, architectures: ['arm64'] },
'i8g.8xlarge': { vCpu: 32, memoryGiB: 256, architectures: ['arm64'] },
'i8g.large': { vCpu: 2, memoryGiB: 16, architectures: ['arm64'] },
'i8g.metal-24xl': { vCpu: 96, memoryGiB: 768, architectures: ['arm64'] },
'i8g.xlarge': { vCpu: 4, memoryGiB: 32, architectures: ['arm64'] },
'im4gn.16xlarge': { vCpu: 64, memoryGiB: 256, architectures: ['arm64'] },
'im4gn.2xlarge': { vCpu: 8, memoryGiB: 32, architectures: ['arm64'] },
'im4gn.4xlarge': { vCpu: 16, memoryGiB: 64, architectures: ['arm64'] },
Expand Down

0 comments on commit c0e09a0

Please sign in to comment.