Elastic IP

127 단어·1 분·원문(.md)

ENI #

Elastic Network Interface

  • Mac address
  • Source/destination check
  • One or more security groups
  • One primary private IPv4 address
  • One or more secondary private IPv4 addresses
  • One or more IPv6 addresses
  • One public IPv4 address

Multiple ENIs can be attached to an EC2 instance. (The number that can be attached varies depending on the EC2 instance type) The public IP assigned to an ENI changes dynamically. An Elastic IP Address is a service that allows you to attach a static public IP to an ENI.

Elastic IP #

Usage is free

Charges apply only when not in use or not attached to an ENI

It can be used not only for EC2 but also to assign static IPs to Network Load Balancers or NAT Gateways.

DevOps/aws/elastic_ip.md