Importing and Exporting Security Group Rules

Scenarios

Notes and Constraints

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and select the desired region and project.
  3. Click in the upper left corner and choose Network > Virtual Private Cloud.
  4. In the navigation pane on the left, choose Access Control > Security Groups.
  5. On the Security Groups page, click the security group name.
  6. Export and import security group rules.
    • Click to export all rules of the current security group to an Excel file.
    • Click to import security group rules from an Excel file into the current security group.
      Table 1 describes the parameters in the template for importing rules.
      Table 1 Template parameters

      Parameter

      Description

      Example Value

      Direction

      The direction in which the security group rule takes effect.

      • Inbound rules control incoming traffic to cloud resources in the security group.
      • Outbound rules control outgoing traffic from cloud resources in the security group.

      Inbound

      Protocol & Port

      Protocol: The network protocol. Currently, the value can be All, TCP, UDP, ICMP, GRE, or others.

      TCP

      Port: The port or port range over which the traffic can reach your ECS. The value ranges from 1 to 65535.

      22, or 22-30

      Source

      Source of the security group rule. The value can be an IP address or a security group to allow access from IP addresses or instances in the security group. For example:
      • IP address:
        • Single IP address: 192.168.10.10/32
        • All IP addresses: 0.0.0.0/0
        • IP address range: 192.168.1.0/24
      • Security group: sg-A

      0.0.0.0/0

      Destination

      Destination of the security group rule. The value can be an IP address or a security group to allow access to IP addresses or instances in the security group. For example:

      0.0.0.0/0

      Description

      Supplementary information about the security group rule. This parameter is optional.

      The security group rule description can contain a maximum of 255 characters and cannot contain angle brackets (< or >).

      -