Hi,
For licensing purposes I need the eth0 MAC ADDRESS to remain static on Linux Bamboo elastic instances. The way to do it (as I understand it) in AWS CLI is to use Elastic-Network-Interface, something of this kind:
aws ec2 run-instances ... --network-interfaces '[{"DeviceIndex":0,"NetworkInterfaceId":"eni-12345678"}]'
When configuring the AWS instances in Bamboo there is only option to set the VPC subnet, but I don't see an option to set the ENI, and each instance creates a new ENI with a new MAC ADDRESS.
Is there a way to solve it?
Thanks,
Guy.
Thanks for the quick response!
But sorry, it does not work.
Hmm, an interesting case. Does:
ifconfig eth0 hw ether 01:02:03:04:05:06
work? You can put it into instance setup script (Administration/image configuration/Edit).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.