Updated on 2022-01-25 GMT+08:00

Adding a Security Group Rule

Scenarios

After you create a security group, you can add rules to the security group. A rule applies either to inbound traffic or outbound traffic. After you add ECSs to the security group, they are protected by the rules of the group.

  • Inbound rules control incoming traffic to ECSs associated with the security group.
  • Outbound rules control outgoing traffic from ECSs associated with the security group.

Procedure

  1. Log in to the management console.
  2. On the console homepage, under Network, click Virtual Private Cloud.
  3. In the navigation pane on the left, choose Security Groups.
  4. On the Security Groups page, locate the target security group and click Manage Rule in the Operation column to switch to the page for managing inbound and outbound rules.
  5. On the Inbound Rules tab, click Add Rule. In the displayed dialog box, set required parameters.

    You can click + to add more inbound rules.

    Table 1 Inbound rule parameter descriptions

    Parameter

    Description

    Example Value

    Protocol/Application

    Specifies the network protocol. Example values are All, TCP, UDP, ICMP, and GRE.

    TCP

    Port & Source

    Port: specifies the port or port range over which the traffic can reach your ECS. Ports 1 to 65535 are all allowed.

    22, or 22-30

    Source: specifies the source of the security group rule. The value can be another security group or a single IP address. For example:

    • xxx.xxx.xxx.xxx/32 (IPv4 address)
    • xxx.xxx.xxx.0/24 (subnet CIDR block)
    • 0.0.0.0/0 (any IP address)

    0.0.0.0/0

    Description

    Provides supplementary information about the security group rule. This parameter is optional.

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

    -

  6. On the Outbound Rules tab, click Add Rule. In the displayed dialog box, set required parameters.

    You can click + to add more outbound rules.

    Table 2 Outbound rule parameter descriptions

    Parameter

    Description

    Example Value

    Protocol/Application

    Specifies the network protocol. Example values are All, TCP, UDP, ICMP, and GRE.

    TCP

    Port & Destination

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

    22, or 22-30

    Destination: specifies the destination of the security group rule. The value can be another security group or a single IP address. For example:

    • xxx.xxx.xxx.xxx/32 (IPv4 address)
    • xxx.xxx.xxx.0/24 (subnet CIDR block)
    • 0.0.0.0/0 (any IP address)

    0.0.0.0/0

    Description

    Provides supplementary information about the security group rule. This parameter is optional.

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

    -

  7. Click OK.