Elastic Network Interfaces ENIs

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 พ.ย. 2024

ความคิดเห็น • 14

  • @seetsamolapo5600
    @seetsamolapo5600 ปีที่แล้ว +4

    ENI - logical virtual network card
    - can create, configure and attach to an EC2 instance
    - configuration is bound to the ENI not the instance it is attached to, meaning an ENI can be detach from an instance and reattached to another while retaining the configuration e.g private IP, elastic IP, MAC address
    - when you create an EC2 instance it comes configured with a PNI that cannot be removed or detached from it, labelled Eth0
    - occasions arise where you need your instances to have multiple network interfaces. This second network interface can be configured with a private IP to handle different traffic from a different subnet
    - all traffic flowing through ENIs can be captured using VPC Flow logs
    - the quantity of ENIs depends on instance type

  • @nitink8148
    @nitink8148 3 ปีที่แล้ว +5

    Can't really understand the usefulness of secondary ENI?

    • @egor.okhterov
      @egor.okhterov 5 หลายเดือนก่อน

      Separate data flow from control flow. If you want to see who and when ssh'ed into instance, for example, you will check it via secondary eni.

  • @shashikantdivekar7839
    @shashikantdivekar7839 3 ปีที่แล้ว

    Concise and very informative video. Helped me to understand ENI. Thank you very much.

  • @RCMOULI1
    @RCMOULI1 4 ปีที่แล้ว +2

    Visuals & presentation is exceptional

  • @JavierSuarez-qi7so
    @JavierSuarez-qi7so ปีที่แล้ว

    Thanks a lot, that was very useful I finally understood ENIs

  • @micheleruggieri5833
    @micheleruggieri5833 3 ปีที่แล้ว +2

    Great video. Crystal clear.

  • @ziabtt
    @ziabtt 3 ปีที่แล้ว +2

    Guys, any of you's know why you would need or have a secondary network interface card when you have the primary interface card? I know of dual ethernet cables to maximise throughput in traditional computing/servers - but not getting why you would a secondary NIC in cloud ...

    • @stuartscott6368
      @stuartscott6368 3 ปีที่แล้ว +1

      Hi Zia, that's a great question. Secondary NICs can be used for a variety of reasons, probably the most common is to create a separate management network, whereby each NIC in each of your instances shares an IP address of a different subnet to which you could forward management traffic to. Other use cases include: Using network and security appliances in your VPC, or creating dual-homed instances with workloads/roles on distinct subnets, or to create a low-budget, high-availability solution. For more information on all of these, take a look at the following AWS document here: docs.aws.amazon.com/AWSEC2/latest/UserGuide/scenarios-enis.html

  • @waltere.poquioma3251
    @waltere.poquioma3251 4 ปีที่แล้ว +1

    Thanks! Very good straight forward video

  • @jfr7991
    @jfr7991 2 ปีที่แล้ว

    Why i cant attach the ENI i created to multiple instances? Im thinking if you want your instances to communicate in the same private subnet, to use ENI and attach your instances to it. Is that not the purpose?