Low throughput on EBS gp3 volume

0

Hi everyone, I'm having a very low read throughput on a gp3 volume that I'm using. The volume is set to the standard 3000 IOPS and a max throughput of 125MB/s. However, Cloudwatch reports only 60 Ops/s and a read bandwith of 7000 KiB/s (there is no write). What could be the reason for this?

stsk
asked 2 years ago1700 views
1 Answer
0

Hello,

Here are couple of links to documentation Volume Types and Comparison - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html RAID Config - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/raid-config.html

You need to choose right EC2 instance to make use of the entire IOPS supported by the EBS volumes. EC2 instances that support each of the EBS volume types are documented on this page - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html#io2-block-express

As an alternate you can refer to the below documentation to find the maximum IOPS supported by each of the ec2 instance types - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html

Hope this helps !!

profile pictureAWS
SUPPORT ENGINEER
answered 2 years ago
  • I'm using a r4.2xlarge, which, according to the table, has a max throughput of 212.5 MB/s. It was working fine two weeks ago, but since the spot instance has restarted, it slowed significantly. Any idea what that might be?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions