I want to ensure that my AWS EC2 instance has a static MAC address (for an app that ties the license to the MAC address). From what I read I just need to add an ENI to the instance to get a static MAC.
However, from the AWS console | Network & Security | Network Interfaces, I see my first NIC has an eni-XXXXX identifier. Does that mean that even the default NIC assigned to my instance will keep it's MAC address between stop/starts?
So is every NIC an ENI? (with static MAC) If so why does the Amazon site say to add an ENI? Or is the first NIC not really an ENI, but the second one is?
Later postings (on the AWS forums) suggest that if you assign an EIP to an ENI then the MAC address will survive start/stops. Is this correct?
Lots of contradicting information