Облачная платформаAdvanced

Importing and Exporting Security Group Rules

Язык статьи: Английский
Перевести

Scenarios

You can configure security group rules in an Excel file and import the rules to a security group. You can also export security group rules to an Excel file.

You can import and export security group rules in the following scenarios:

  • If you want to back up security group rules locally, you can export the rules to an Excel file.
  • If you want to quickly create or restore security group rules, you can import your security group rule file to the security group.
  • If you want to quickly apply the rules of one security group to another, you can export and import existing rules.
  • If you want to modify multiple rules of a security group at a time, you can export the rules, modify the rules in the Excel file, and import the Excel file again.

Constraints

  • The security group rules to be imported must be configured based on the template. Do not add parameters or change existing parameters. Otherwise, the import will fail.
  • If a security group rule to be imported is the same as an existing one, the security group rule cannot be imported. You can delete the rule and try again.

Procedure

  1. Log in to the management console.
  2. Click in the upper left corner and choose Network > Virtual Private Cloud.

    The Virtual Private Cloud page is displayed.

  3. In the navigation pane on the left, choose Access Control > Security Groups.

    The security group list is displayed.

  4. On the security group list, click the name of the target security group.

    The security group details page is displayed.

  5. Perform the following operations to import or export security group rules.
    • Click Export Rule to export rules of the current security group to an Excel file.

      You can choose to export all rules or rules whose source or destination is IP addresses.

      • Export all rules: Export all inbound and outbound rules of the security group. This function is used to back up rules locally, modify rules in batches, or use the exported rules to quickly create other security groups in the same region and account.
      • Export rules whose source or destination is IP addresses: Only rules whose source or destination is IP addresses are exported. Rules whose source or destination is a security group or IP address group are automatically filtered out. This allows you to import security group rules across regions or accounts. For example, inbound rules in security group Sg-A that use a security group or IP address group as the source will be automatically filtered out during export. For details, see Table 1.
        Table 1 Description of security group (Sg-A) rule export

        Direction

        Priority

        Action

        Type

        Protocol & Port

        Source/Destination

        Export Description

        Inbound

        1

        Allow

        IPv4

        All

        Source: Security group (Sg-A)

        This rule will be filtered out and excluded from export.

        Inbound

        1

        Allow

        IPv6

        All

        Source: Security group (Sg-A)

        This rule will be filtered out and excluded from export.

        Inbound

        1

        Allow

        IPv6

        All

        Source: Security group (Sg-B)

        This rule will be filtered out and excluded from export.

        Inbound

        1

        Allow

        IPv4

        ICMP: All

        Source: IP address (0.0.0.0/0)

        This rule will not be filtered out and will be included in the export.

        Inbound

        1

        Allow

        IPv4

        TCP: 22

        Source: IP address group (ipGroup-A)

        This rule will be filtered out and excluded from export.

        Outbound

        1

        Allow

        IPv4

        All

        Source: IP address (0.0.0.0/0)

        This rule will not be filtered out and will be included in the export.

        Outbound

        1

        Allow

        IPv6

        All

        Source: IP address (::/0)

        This rule will not be filtered out and will be included in the export.

    • Click Import Rule to import security group rules from an Excel file into the current security group.

      Table 2 describes the parameters in the template for importing rules.

      Table 2 Parameters in the security group rule import template

      Parameter

      Description

      Example Value

      Direction

      The direction in which the security group rule takes effect.

      • Inbound: Inbound rules control incoming traffic to instances in the security group.
      • Outbound: Outbound rules control outgoing traffic from instances in the security group.

      Inbound

      Priority

      The priority value ranges from 1 to 100. The default value is 1, which has the highest priority. The security group rule with a smaller value has a higher priority.

      1

      Action

      The value can be Allow or Deny.

      • If the Action is set to Allow, traffic is allowed to access the cloud servers in the security group over specified ports.
      • If the Action is set to Deny, traffic is denied to access the cloud servers in the security group over specified ports.

      Allow

      Type

      Source IP address version. You can select:

      • IPv4
      • IPv6

      IPv4

      Protocol & Port

      The network protocol used to match traffic in a security group rule. The protocol can be All, TCP, UDP, GRE, or ICMP.

      TCP

      Destination port used to match traffic in a security group rule. The value can be from 1 to 65535.

      Inbound rules control incoming traffic over specific ports to instances in the security group.

      Outbound rules control outgoing traffic over specific ports from instances in the security group.

      22, 22-30

      Source

      Source of the security group rule. The value can be IP address, Security group, or IP address group, to allow access from the IP addresses or the instances in the security group.

      • IP address
        • Single IP address: 192.168.10.10/32 (IPv4); 2002:50::44/128 (IPv6)
        • Any IP address: 0.0.0.0/0 (IPv4); ::/0 (IPv6)
        • IP address range: 192.168.1.0/24 (IPv4); 2407:c080:802:469::/64 (IPv6)
      • IP address group: ipGroup-A

      sg-test[96a8a93f-XXX-d7872990c314]

      Destination

      Destination of the security group rule. The value can be IP address, Security group, or IP address group, to allow access to the IP addresses or the instances in the security group.

      sg-test[96a8a93f-XXX-d7872990c314]

      Description

      (Optional) Supplementary information about the security group rule.

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

      -