/
AWS Getting Started - Create and Add a Secondary NIC
AWS Getting Started - Create and Add a Secondary NIC
If during instance creation you are not able to add a secondary Network Interface (necessary for high availability). the second network interface can be added after instance creation.
- From the EC2 dashboard, scroll down the left panel to Network & Security.
- Select Network Interface.
- Click Create Network Interface.
Next, create the network interface.
- Description - Provide a description to describe your network interface.
- Subnet - Select the desired subnet to match the instance it will be assigned to.
- Private IPv4 address - Select auto-assign.
- Security groups - Select the security group assigned to your instance.
- Tags - Create any tags that you want to be assigned to your network interface.
- Once configuration is complete, click Create network interface.
- Select the network interface created. Click Actions > Attach.
- Select the instance you wish to attach the additional NIC. Click Attach.
- To verify the network interface has been added, select your instance from Instances in the EC2 dashboard.
- Scroll down the Networking tab and look for Network Interfaces.
If two interfaces are present, the task is complete.
, multiple selections available,
Related content
AWS Getting Started - Network Configuration (Security Groups)
AWS Getting Started - Network Configuration (Security Groups)
More like this
AWS Getting Started - Creating your VPC
AWS Getting Started - Creating your VPC
More like this
AWS Instance Creation
AWS Instance Creation
More like this
Network Interfaces
Network Interfaces
More like this
How to Associating and Disassociating an Address on AWS
How to Associating and Disassociating an Address on AWS
More like this
AWS Getting Started - Selecting Your AMI (edition) from the AWS console
AWS Getting Started - Selecting Your AMI (edition) from the AWS console
More like this