Create and Attach Network Interfaces to the ISR Instances
Every instance in a VPC has a default network interface, called the primary network
interface (eth0). You cannot detach a primary network interface from an instance. You
can create and attach additional network interfaces (admin, VoIP, data, local).
- Access the EC2 Dashboard and click Network Interfaces under Network Security on the left panel.
- Click Create Network Interfaces.
- Specify the name of the interface and choose the Subnet and Security group to associate the Interface.
- Return to the homepage of the EC2 Dashboard and click Running Instances.
- Select your first instance and ensure it is highlighted.
- Open the Actions drop-down and select Networking, Attach Network Interface.
- From the Attach Network Interface pop-up, select your first network interface name.
- Repeat these steps for all network interfaces and all of your instances you have created.