How To Add and Associate a New AWS Elastic IP (EIP) Address Via the Command Line (CLI)

Author: , February 11th, 2025

How To Add and Associate a New AWS Elastic IP (EIP) Address Via the Command Line (CLI):

How To Add a Virtual IP Address (VIP) To MacOSX

Author: , March 1st, 2011

Add a virtual IP address: # ifconfig en0 inet 192.168.1.200 netmask 255.255.255.0 alias Remove the virtual IP: # ifconfig en0 inet 192.168.1.200 netmask 255.255.255.0 -alias