A primary network interface is created together with an instance by default. You can perform the following operations to create extended network interfaces on the Network Interfaces console.
An extended network interface created on the console can only be attached to an instance from the same VPC, but they can be associated with different security groups. If you create an extended network interface using an API, the interface can be attached to an instance from a different VPC.
in the upper left corner and choose Network > Virtual Private Cloud.The Virtual Private Cloud page is displayed.
Parameter | Parameter Description | Example Value |
|---|---|---|
Region | Region where the network interface is created. Select the region nearest to you to ensure the lowest latency possible. | - |
Name | Name of the network interface. The name: | networkInterface-891e |
VPC | VPC where the network interface is created. | vpc-001 |
Subnet | Subnet where the network interface is created. | subnet-001 |
IPv4 Address | How a private IPv4 address will be assigned to the network interface. There are two options: If you select Manually specify IP address, enter a private IPv4 address. | 192.168.0.15 |
Security Group | Security group that will be associated with the network interface. | sg-001 |