Assign multiple Elastic IPs to EC2 instance

amazon ec2amazon-elastic-ipamazon-web-services

When I try and associate a second Elastic IP to a small EC2 instance the currently assigned Elastic IP is disassociated.

Do I need to use a VPC?

Best Answer

Classic EC2 instances can only have a single Elastic IP address associated with them. To get multiple IP addresses, you must use VPC and setup multiple network interfaces on your instance.

NOTE: sometime between 2012 and 2014 AWS changed so that a single ENI can have multiple EIPs assigned to it. This answer, and the question, are no longer relevant as a result.