A security group consists of inbound and outbound rules to control the traffic that is allowed to flow into or out of instances (such as ECSs) in the security group. Security group rules are commonly used to allow or deny network traffic from specific sources or over specific protocols, block certain ports, and define specific access permissions for instances.
Several security group templates are provided for you to create a security group. A security group template has preconfigured inbound and outbound rules. You can select a template based on your service requirements. Table 1 describes the security group templates.
Template | Direction | Protocol & Port & Type | Source or Destination | Description | Scenario |
|---|---|---|---|---|---|
General-purpose web server | Inbound | TCP: 22 (IPv4) | 0.0.0.0/0 | Allows all IPv4 addresses to access instances in the security group over port 22 (SSH) for remotely logging in to Linux instances. |
|
TCP: 3389 (IPv4) | 0.0.0.0/0 | Allows all IPv4 addresses to access instances in the security group over port 3389 (RDP) for remotely logging in to Windows instances. | |||
TCP: 80 (IPv4) | 0.0.0.0/0 | Allows all IPv4 addresses to access instances in the security group over port 80 (HTTP) for visiting websites. | |||
TCP: 443 (IPv4) | 0.0.0.0/0 | Allows all IPv4 addresses to access instances in the security group over port 443 (HTTPS) for visiting websites. | |||
ICMP: All (IPv4) | 0.0.0.0/0 | Allows all IPv4 addresses to access instances in the security group over any port for using the ping command to test connectivity. | |||
All (IPv4) All (IPv6) | Current security group | Allows the instances in the security group to communicate with each other over an internal network over any protocol. | |||
Outbound | All (IPv4) All (IPv6) | 0.0.0.0/0 ::/0 | Allows all traffic from the instances in the security group to external resources over any protocol. | ||
All ports open | Inbound | All (IPv4) All (IPv6) | Current security group | Allows the instances in the security group to communicate with each other over an internal network over any protocol. | This template allows any traffic to enter and leave the instances in the security group, which has security risks. |
All (IPv4) All (IPv6) | 0.0.0.0/0 ::/0 | Allows any IP address to access the instances in the security group over any protocol. | |||
Outbound | All (IPv4) All (IPv6) | 0.0.0.0/0 ::/0 | Allows all traffic from the instances in the security group to external resources over any protocol. | ||
Fast-add rule | Inbound | All (IPv4) All (IPv6) | Current security group | Allows the instances in the security group to communicate with each other over an internal network over any protocol. | You can select protocols and ports that the inbound rules will apply to. |
Custom port and protocol | 0.0.0.0/0 | Allows all IP addresses to access instances in the security group over specified ports (TCP or ICMP) for different purposes. | |||
Outbound | All (IPv4) All (IPv6) | 0.0.0.0/0 ::/0 | Allows all traffic from the instances in the security group to external resources over any protocol. |
in the upper left corner and choose Network > Virtual Private Cloud.The Virtual Private Cloud page is displayed.
The security group list is displayed.
The Create Security Group page is displayed.
Parameter | Description | Example Value |
|---|---|---|
Name | Mandatory The name of the security group. The name: NOTE: You can change the security group name after a security group is created. It is recommended that you give each security group a different name. | sg-AB |
Enterprise Project | Mandatory When creating a security group, you can add the security group to an enabled enterprise project. An enterprise project facilitates project-level management and grouping of cloud resources and users. The name of the default project is default. For details about creating and managing enterprise projects, see the Enterprise Management User Guide. | default |
Template | Mandatory The system provides several security group templates for you to create a security group. A security group template has preconfigured inbound and outbound rules. You can select a template based on your service requirements. Table 1 describes the security group templates. | General-purpose web server |
Description (Optional) | Optional Supplementary information about the security group. The description can contain a maximum of 255 characters and cannot contain angle brackets (< or >). | N/A |