From 0bffde6d94c4148538fbf9d82076bd57e7394c6a Mon Sep 17 00:00:00 2001
From: JJ <nicetry@noemail.com>
Date: Tue, 8 Apr 2025 17:58:14 +0100
Subject: first commit

---
 src/certifications/aws-solutions-architect/eni.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 src/certifications/aws-solutions-architect/eni.md

(limited to 'src/certifications/aws-solutions-architect/eni.md')

diff --git a/src/certifications/aws-solutions-architect/eni.md b/src/certifications/aws-solutions-architect/eni.md
new file mode 100644
index 0000000..82aa12e
--- /dev/null
+++ b/src/certifications/aws-solutions-architect/eni.md
@@ -0,0 +1,22 @@
+# Elastic Netowrk Interfaces (ENI)
+
+https://aws.amazon.com/blogs/aws/new-elastic-network-interfaces-in-the-virtual-private-cloud/
+
+ENIs are a virtual network card that give EC2 instances network access.
+
+Each ENI can have:
+
+1. a private iPV4 (or more)
+2. one elastic IPv4
+3. one public IPv4
+4. security groups
+5. a MAC address
+
+They are AZ bound and can be moved to other EC2 instances. 
+
+>  Network cards are a hardware component that allow computers to connect to networks
+> ENIs are outside of the EC2 instance, although they affect them they just aren't shared by the instance
+
+Each EC2 instance has one network interface.
+
+Moving an ENI between instances allows for quick failover. 
-- 
cgit v1.2.3