How to add an additional Network Interface to a LoadMaster in Amazon Web Services (AWS)
By default, the LoadMaster deploys with one NIC in AWS. However, it is possible to configure the LoadMaster to handle multiple NICs in AWS during or after deployment.
This guide covers the steps to deploy an additional NIC and assumes you already have successfully deployed a LoadMaster in AWS. If you need assistance deploying a LoadMaster in the AWS platform, please refer to the link below or contact KEMP Support.
https://support.kemptechnologies.com/hc/en-us/articles/203124869-LoadMaster-for-AWS
Different instance types have limitations on how many additional NICs you can add. Please refer to the AWS link below to see what instance size supports how ever many NICs you need:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html
To successfully deploy another NIC, you must also deploy a few other things in AWS:
- An additional Subnet in your Virtual Private Cloud (VPC): This subnet will be for the new interface.
- An additional NIC: This attaches to the EC2 instance of the LoadMaster.
- An elastic IP: This is the other public IP address the LoadMaster uses for the additional NIC., this is not required if this interface is going to be used just for internal traffic
- Setup the LoadMaster as normal as detailed in our deployment guide
- Setup the second subnet in the same availability zone and VPC as the LoadMaster
- from the AWS console menu VPC > subnets
- Select "Create subnet"
- while creating the subnet make sure that this subnet is on the same VPC and availability zone as your deployed LoadMaster
- once this is finished you should now have two subnets available
- from the AWS console menu VPC > subnets
- Setup the new interface for the LoadMaster
- From the EC2 menu Network & Security > Network Interfaces
- you should already see one NIC for the LoadMaster which would be eth 0
select "Create network interface" - Select "Actions" and attach the new interface to the LoadMaster
- From the EC2 menu Network & Security > Network Interfaces
- Assign a elastic IP address (if required)
- From the EC2 menu Network & Security > Elastic IPs
- Select "Allocate Elastic IP address" to create a new elastic IP
- select "action" and "Associate Elastic IP address" to assign the elastic IP address to the interface of the LoadMaster
- From the EC2 menu Network & Security > Elastic IPs
- connect to the WUI of the LoadMaster and you should now see that it has an additional NIC,
if you are not seeing this you may need to reboot the LoadMaster.