Skip to main content

Create and manage security groups

Security groups control the traffic of connected network interfaces based on defined inbound and outbound rules. The following describes how to create and manage security groups in the VPC service.

info
  • VPC role management follows IAM role-based access control (RBAC), and all users can create and manage security groups.
  • You can check your role in KakaoCloud console > Profile (top right) > Organization role or Project role.
  • Even if a security group is assigned to a Bare Metal Server (BMS) instance, the rules are not applied. Support will be added later.

Create security group

You can create and apply a new security group, other than the default security group, to the network interface connected to your instance. In general, at least one security group must be configured for a network interface.

  1. Go to KakaoCloud console > Networking > VPC.

  2. Click the Security Group menu, and then click the [Create security group] button.

  3. Enter the information for the security group to create in the pop-up window.

    vpc_htg_sg_kr2_02.png Create security group

    CategoryDescription
    NameName of the security group
    DescriptionDescription of the security group
    Applied rulesConfigure inbound rules and outbound rules
  4. On the Inbound rules tab, click the [Add rule] button, and then enter the inbound and outbound rule information.

    CategoryItemDescription
    Inbound ruleProtocolProtocol for communication
    - Types: TCP / UDP / ICMP / ALL
    SourceYou can enter the source IP to allow access, or enter @ to specify a security group
    Port numberPort for communication
    - Enter the port number to allow (example: 80)
    - Enter the start and end of the port range to allow (example: 1000-2000)
    Rule descriptionDescription of the rule
    Outbound ruleProtocolProtocol for communication
    - Types: TCP / UDP / ICMP / ALL
    DestinationYou can enter the destination IP to allow access, or enter @ to specify a security group
    Port numberPort for communication
    - Enter the port number to allow (example: 80)
    - Enter the start and end of the port range to allow (example: 1000-2000)
  5. Click the [Create] button.

Manage security groups

View security group list and basic information

You can view the list of currently created security groups and their basic information.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Security Group menu, and then check the list of currently created security groups and their basic information.
    CategoryDescription
    NameName of the security group
    Created atDate when the security group was created

View security group details

You can view detailed information such as inbound rules and outbound rules of the security group.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Security Group menu, and then select the security group for which you want to view detailed information.
  3. Check the detailed information of the security group on each tab.

Copy security group

You can copy a security group to create a new security group.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Security Group menu, and then select [⋮] > Copy for the security group to copy.
  3. Enter the security group information and inbound/outbound rules in the pop-up window, and then click the [Copy] button.

Delete security group

You can delete a security group that is no longer used. However, the default security group cannot be deleted.

  1. Go to KakaoCloud console > Networking > VPC.
  2. In the Security Group menu, select [⋮] > Delete for the security group to delete.
  3. Enter the information in the pop-up window, and then click the [Delete] button.

Manage inbound/outbound rules

You can add or delete inbound/outbound rules of the security group.

RuleDescription
InboundManage protocol / port / IP CIDR range rules to allow packets entering resources connected to the security group
OutboundManage protocol / port / IP CIDR range rules to allow packets leaving resources connected to the security group
  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Security Group menu, and then select the security group for which you want to manage rules.
  3. On the Inbound rules or Outbound rules tab, you can add or delete rules using each button.