ec2instances.info
ec2instances.info copied to clipboard
Show baseline network bandwidth for EC2 instances
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
Seconding this.
This page: https://docs.aws.amazon.com/ec2/latest/instancetypes/mo.html
Does have baseline network bandwidth.
Bumping this. This would be very useful for understanding the limitations of the cheaper instances. Might be worth making a seperate column?