Are there any performance advantages to having multiple ENIs?

0

Is there any benefit to having separate ENIs on an EC2 instance to separate traffic, maybe to separate web traffic from backup traffic?

The documentation is very clear that adding extra ENIs does not increase bandwidth:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html

but assuming bandwidth is not a problem, would having separate ENIs result in a more consistent performance for whatever application is being hosted?

Thanks in advance!

1개 답변
0
수락된 답변

There is no performance benefit to multiple ENIs. Some customers will use this to "multi-home" a server into multiple subnets. However, you can usually address the security and traffic segregation requirements through a combination of security groups and ACLs.

The complexity of managing multiple ENIs will generally outweigh the benefits. Unless the customer has a compelling requirement, I would advise against it.

AWS
답변함 7년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠