The page has been translated by Gen AI.

Overview

Service Overview

A Security Group is a virtual logical firewall that controls inbound/outbound traffic generated on virtual servers in Samsung Cloud Platform. The resources that can have a Security Group applied include Virtual Server, Database, Kubernetes Engine, etc. Security Groups are applied to the ports of target resources, and multiple Security Groups can be applied depending on each resource’s characteristics.

When a Security Group is first created, it blocks all inbound and outbound traffic according to the default rule (Any/Deny).

Users can specify an IP address, port, and protocol to create inbound/outbound rules, and only traffic allowed by the created rules can access the target resources.

Diagram
Figure. Security Group diagram

Components

The components that make up a Security Group are as follows.

ComponentDetailed description
Applicable targetResources to which the Security Group will be applied
  • Apply Security Group to Virtual Server, Database, and Kubernetes Engine
  • Security Group is applied to the ports of the target resources, and multiple Security Groups can be applied depending on each resource’s characteristics
Security Group RulesWhen a Security Group is first created, it blocks all inbound and outbound traffic according to the default rule (Any/Deny)
  • Ping and SSH communication between servers in the same subnet are also blocked, and it can be used after the user configures the necessary rules
  • Add inbound/outbound allow rules by specifying the target address, protocol, and port
  • Blocking rules cannot be set
  • Provides a bulk rule creation feature through form creation
Table. Security Group components

Constraints

Samsung Cloud Platform’s Security Group has a default quota (limit) set. There is a maximum number of Security Groups and Security Group rules that can be created. The Samsung Cloud Platform Console is a space where you can view and manage quotas for the Samsung Cloud Platform service and request quota increases for many resources.

CategoryDefault quotaDetailed description
Security Group200 itemsMaximum number of default Security Groups that can be created per account
Security Group rule count100 itemsMaximum number of default rules that can be created per Security Group
Security Group rule count > project1,000 itemsMaximum number of default Security Group rules that can be created per account
Table. Security Group Constraints

Preceding service

Security Group has no prerequisite service.

Release Note
How-to guides