ec2instances.info icon indicating copy to clipboard operation
ec2instances.info copied to clipboard

Show baseline network bandwidth for EC2 instances

Open wolffberg opened this issue 1 year ago • 2 comments

Baseline network bandwidth would be a nice addition.

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html

aws ec2 describe-instance-types \
    --filters "Name=instance-type,Values=c5.*" \
    --query "InstanceTypes[].[ \
        InstanceType, \
        NetworkInfo.NetworkPerformance, \
        NetworkInfo.NetworkCards[0].BaselineBandwidthInGbps]" \
    --output table

wolffberg avatar Jul 25 '24 12:07 wolffberg

Seconding this.

This page: https://docs.aws.amazon.com/ec2/latest/instancetypes/mo.html

Does have baseline network bandwidth.

aeblyve avatar Feb 19 '25 21:02 aeblyve

Bumping this. This would be very useful for understanding the limitations of the cheaper instances. Might be worth making a seperate column?

shawngmc avatar May 07 '25 01:05 shawngmc