Difference between revisions of "AWS General Purpose SSD (gp2, gp3)"
Jump to navigation
Jump to search
↑ https://aws.amazon.com/ebs/volume-types/
(20 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | * Volume Type: EBS General Purpose SSD (gp3)<ref>https://aws.amazon.com/ebs/volume-types/</ref> | ||
+ | * Short Description: General Purpose SSD volume that balances price performance for a wide variety of transactional workloads | ||
+ | * Use Cases: virtual desktops, medium sized single instance databases such as MSFT SQL Server and Oracle DB, low-latency interactive apps, dev & test, boot volumes | ||
+ | * API Name: gp3 | ||
+ | * Volume Size: 1 GB – 16 TB | ||
+ | * Durability: 99.8% - 99.9% durability | ||
+ | * Max IOPS*/Volume: 16,000 | ||
+ | * Max Throughput**/Volume: 1000 MB/s | ||
+ | * Max IOPS/Instance: 260,000 | ||
+ | * Max Throughput/Instance: 12,500 MB/s | ||
+ | * Latency: single digit millisecond | ||
+ | * Storage Price: $0.08/GB-month | ||
+ | * Provisioned Performance Price: 3,000 IOPS free and $0.005/provisioned IOPS-month over 3,000 IOPS; 125 MB/s free and $0.04/provisioned MB/s-month over 125 MiBps | ||
+ | * Dominant Performance Attribute: $/IOPS | ||
+ | == EKS == | ||
[[EKS]] | [[EKS]] | ||
− | [[kubectl get | + | [[kubectl get storageclass]] |
NAME [[PROVISIONER]] RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE | NAME [[PROVISIONER]] RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE | ||
− | [[gp2]] (default) kubernetes.io/[[aws-ebs]] Delete WaitForFirstConsumer false 11d | + | [[gp2]] (default) [[kubernetes.io]]/[[aws-ebs]] Delete WaitForFirstConsumer false 11d |
− | + | [[kubectl describe storageclass gp2]] | |
+ | [[kubectl describe storageclass gp3]] | ||
+ | |||
+ | [[kubectl get pv]] | ||
+ | [[kubectl get pvc]] | ||
+ | |||
+ | == News == | ||
+ | * [[AWS timeline|Nov 2022]] https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/ 3,000 [[IOPS]] baseline and up to 64,000 IOPS | ||
+ | * [[AWS timeline|Dec 2020]] https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-new-amazon-ebs-general-purpose-volumes-gp3/ [[EBS volumes without interrupting their Amazon EC2 instances]] | ||
== Related == | == Related == | ||
Line 11: | Line 34: | ||
* [[Amazon S3 Storage Classes]] | * [[Amazon S3 Storage Classes]] | ||
* [[SSD]] | * [[SSD]] | ||
+ | * <code>[[aws-ebs-csi-driver]]</code> | ||
+ | * [[AWS savings]] | ||
+ | * <code>[[efs]]</code> | ||
== See also == | == See also == | ||
* {{SSD}} | * {{SSD}} | ||
− | * {{ | + | * {{EBS}} |
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 10:26, 9 January 2024
- Volume Type: EBS General Purpose SSD (gp3)[1]
- Short Description: General Purpose SSD volume that balances price performance for a wide variety of transactional workloads
- Use Cases: virtual desktops, medium sized single instance databases such as MSFT SQL Server and Oracle DB, low-latency interactive apps, dev & test, boot volumes
- API Name: gp3
- Volume Size: 1 GB – 16 TB
- Durability: 99.8% - 99.9% durability
- Max IOPS*/Volume: 16,000
- Max Throughput**/Volume: 1000 MB/s
- Max IOPS/Instance: 260,000
- Max Throughput/Instance: 12,500 MB/s
- Latency: single digit millisecond
- Storage Price: $0.08/GB-month
- Provisioned Performance Price: 3,000 IOPS free and $0.005/provisioned IOPS-month over 3,000 IOPS; 125 MB/s free and $0.04/provisioned MB/s-month over 125 MiBps
- Dominant Performance Attribute: $/IOPS
Contents
EKS[edit]
EKS kubectl get storageclass NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2 (default) kubernetes.io/aws-ebs Delete WaitForFirstConsumer false 11d
kubectl describe storageclass gp2 kubectl describe storageclass gp3
kubectl get pv kubectl get pvc
News[edit]
- Nov 2022 https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-rds-general-purpose-gp3-storage-volumes/ 3,000 IOPS baseline and up to 64,000 IOPS
- Dec 2020 https://aws.amazon.com/about-aws/whats-new/2020/12/introducing-new-amazon-ebs-general-purpose-volumes-gp3/ EBS volumes without interrupting their Amazon EC2 instances
Related[edit]
See also[edit]
- SSD, Intel Optane, NAND, V-NAND or 3D V-NAND, NVMe, NVM
- EBS, EBS Snapshots (archive),
aws ebs
,io1, io2, gp2, gp3, st1, sc1
,aws_ebs_snapshot, aws_dlm_lifecycle_policy
Advertising: