Updated on 2023-09-28 GMT+08:00

Overview

VPC

Virtual Private Cloud (VPC) allows you to create customized virtual networks in your logically isolated AZ. Such networks are dedicated zones that are logically isolated, providing secure network environments for your ECSs. You can define security groups, virtual private networks (VPNs), IP address segments, and bandwidth for a VPC. This facilitates internal network configuration and management and allows you to change your network in a secure and convenient network manner. You can also customize the ECS access rules within a security group and between security groups to improve ECS security.

For more information about VPC, see Virtual Private Cloud User Guide.

Network Interface Types

  • A primary network interface is created together with an instance by default, and cannot be detached from the instance.
  • A supplementary network interface is created on the Network Interfaces console, and can be attached to or detached from an instance.

Notes and Constraints

  • The number of supplementary network interfaces that can be attached to an ECS is determined by the ECS specifications. For details, see ECS Specifications.
  • Supplementary network interfaces cannot be used to directly access Huawei Cloud services, such as DNS. You can use VPCEP to access these services. For details, see Buying a VPC Endpoint.

NIC

A NIC is a virtual network adapter that can be bound to an ECS in a VPC. Through the NIC, you can manage the ECS network. A NIC can be a primary NIC or an extension NIC.
  • Primary NIC

    When you create an ECS, the NIC automatically created with the ECS is the primary NIC. The primary NIC cannot be unbound. It is preferentially used for the default route generally.

  • Extension NIC

    A NIC that can be separately added is an extension NIC, which can be bound to or unbound from an ECS.