Skip to content

Commit

Permalink
Merge pull request #47 from joosangkim/feature/change-ec2-instance-ty…
Browse files Browse the repository at this point in the history
…pe-detail

fix ec2 type family and add missing things
  • Loading branch information
emilydunenfeld authored Jul 3, 2024
2 parents 6aaa557 + ee146bb commit 2c527a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/aws/services/ec2-pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,17 @@ EC2 Instance Types are organized into families and each family can have multiple

| Family | Description |
| ----------- | ----------- |
| a | ARM Processors |
| a | AMD(x86) Processor |
| c | Compute-optimized |
| d | Locally attached spinning HDD |
| f | Customizable hardware acceleration with FPGAs |
| g | Graphics GPU Instances |
| g | Arm-based AWS Graviton2 processors |
| h | Large spinning HDD |
| i | NVMe SSD-backed storage optimized |
| i | Intel(x86) processor with NVMe SSD-backed storage optimized |
| inf | Machine-learning inference |
| mac | Apple Mac mini computers |
| m | General purpose with balanced CPU, memory and storage |
| n | Network performance optimzied |
| p | General Purpose GPU |
| r | Memory-optimized |
| t | Burstable instances |
Expand Down

0 comments on commit 2c527a6

Please sign in to comment.