Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

multiple elastic network interfaces to increase bandwidth

In AWS environment, Adding multiple elastic network interfaces to the EC2 instance can increase the network bandwidth, is it true?

like image 272
ljaerj Avatar asked Jan 26 '16 09:01

ljaerj


2 Answers

No this is not, the underlying hardware will not increase when you add a virtual NIC :) to increase bandwith you have to select bigger instance types

like image 84
Tom Avatar answered Nov 02 '22 14:11

Tom


It's one of the questions asked in AWS Solution Architect exams and the answer is most definitively "No".

However, there are other factors that can impact network bandwidth. Placement groups and Jambo frames can be an option for cases when you run an ensemble of instances that need an enhanced communication between themselves.

If you want an improved bandwidth overall, check ENA(Enhanced Network Adapter). It can provide up to 25 Gbps for certain connection types.

like image 22
yuranos Avatar answered Nov 02 '22 13:11

yuranos