Skip to content

Commit

Permalink
fix: update constants (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonoh committed Jul 10, 2024
1 parent 99190d5 commit 6af4f44
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/constants/ec2-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,18 @@ export const ec2Info: Record<_InstanceType | string, Ec2InstanceInfo> = {
'r7iz.metal-16xl': { vCpu: 64, memoryGiB: 512, architectures: ['x86_64'] },
'r7iz.metal-32xl': { vCpu: 128, memoryGiB: 1024, architectures: ['x86_64'] },
'r7iz.xlarge': { vCpu: 4, memoryGiB: 32, architectures: ['x86_64'] },
'r8g.12xlarge': { vCpu: 48, memoryGiB: 384, architectures: ['arm64'] },
'r8g.16xlarge': { vCpu: 64, memoryGiB: 512, architectures: ['arm64'] },
'r8g.24xlarge': { vCpu: 96, memoryGiB: 768, architectures: ['arm64'] },
'r8g.2xlarge': { vCpu: 8, memoryGiB: 64, architectures: ['arm64'] },
'r8g.48xlarge': { vCpu: 192, memoryGiB: 1536, architectures: ['arm64'] },
'r8g.4xlarge': { vCpu: 16, memoryGiB: 128, architectures: ['arm64'] },
'r8g.8xlarge': { vCpu: 32, memoryGiB: 256, architectures: ['arm64'] },
'r8g.large': { vCpu: 2, memoryGiB: 16, architectures: ['arm64'] },
'r8g.medium': { vCpu: 1, memoryGiB: 8, architectures: ['arm64'] },
'r8g.metal-24xl': { vCpu: 96, memoryGiB: 768, architectures: ['arm64'] },
'r8g.metal-48xl': { vCpu: 192, memoryGiB: 1536, architectures: ['arm64'] },
'r8g.xlarge': { vCpu: 4, memoryGiB: 32, architectures: ['arm64'] },
't1.micro': { vCpu: 1, memoryGiB: 0.613, architectures: ['i386', 'x86_64'] },
't2.2xlarge': { vCpu: 8, memoryGiB: 32, architectures: ['x86_64'] },
't2.large': { vCpu: 2, memoryGiB: 8, architectures: ['x86_64'] },
Expand Down

0 comments on commit 6af4f44

Please sign in to comment.