EBS Bandwidth (Gbps) limits

0

Hi, For EC2 Instance type "x2iezn.2xlarge", I see the EBS Bandwidth (Gbps) specified as 3.17. May I know if this bandwidth is per EC2 Instance or per mounted EBS volume on the EC2 instance?

Enter image description here

To make sure my question is clear, if we have 3 EBS volumes attached to the EC2 instance type "x2iezn.2xlarge", is the combined EBS bandwidth of all the three volumes together is 3.17 Gbps or is it 3.17 Gbps per volume?

Thanks.

已提問 1 年前檢視次數 453 次
3 個答案
1
已接受的答案

I have just performed diskspd test to confirm. EBS bandwidth limit is per EC2 Instance . Not per mounted EBS volume on the EC2 instance.

已回答 1 年前
profile picture
專家
已審閱 4 天前
0

This is a property of the ec2 instance. The EBS volumes will have their own resource capacity.

$ aws ec2 describe-instance-types --instance-types x2iezn.2xlarge --query "InstanceTypes[*].[InstanceType, EbsInfo.EbsOptimizedSupport, EbsInfo.EbsOptimizedInfo]" --output json
[
    [
        "x2iezn.2xlarge",
        "default",
        {
            "BaselineBandwidthInMbps": 3170,
            "BaselineThroughputInMBps": 396.25,
            "BaselineIops": 13333,
            "MaximumBandwidthInMbps": 3170,
            "MaximumThroughputInMBps": 396.25,
            "MaximumIops": 13333
        }
    ]
]
AWS
管理員
philaws
已回答 1 年前
0

Thanks for your quick reply philaws. Does it mean irrespective of how fast EBS volumes we provision and how many of them, we can not go over the 396.25 MBps total EBS limit per server for x2iezn.2xlarge?

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南