summaryrefslogtreecommitdiff
path: root/src/certifications/aws-solutions-architect/eni.md
diff options
context:
space:
mode:
authorJJ <nicetry@noemail.com>2025-04-08 17:58:14 +0100
committerJJ <nicetry@noemail.com>2025-04-08 17:58:14 +0100
commit0bffde6d94c4148538fbf9d82076bd57e7394c6a (patch)
tree8a2ebbe566fc9c9f71993ea53158959a8718d2fa /src/certifications/aws-solutions-architect/eni.md
first commitHEADmain
Diffstat (limited to 'src/certifications/aws-solutions-architect/eni.md')
-rw-r--r--src/certifications/aws-solutions-architect/eni.md22
1 files changed, 22 insertions, 0 deletions
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.