Skip to main content

Create and manage ALB

An Application Load Balancer (ALB) processes traffic at the OSI Layer 7 application layer. The listener of an ALB can use HTTP or HTTPS protocols and connects to a single default target group.
In addition to the default target group, you can configure rule-based routing by adding ALB rules to each listener.

Create load balancer

Create a new load balancer.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. Click the [Create load balancer] button at the top right.
  3. In Select type, choose Application Load Balancer.
  4. Configure the information required to create the load balancer and then click the [Create] button.
CategoryItemDescription
Basic informationLoad balancer nameEnter the name of the load balancer
Load balancer descriptionDescription of the load balancer
NetworkSubnetDisplays the list of subnets in the VPC
ListenerListener information
Protocol: HTTP, HTTPS
- Port (1-63535): Port information
Detailed attributes- Idle timeout: Configure the idle timeout value
- Packet settings: Configure how headers are processed
Minimum TLS versionDisplayed only when HTTPS is selected. Specifies the minimum TLS protocol version allowed for HTTPS communication with clients
Default SSL certificateDisplayed only when HTTPS is selected. Shows the certificate connected to this listener among the registered certificates

View load balancer list and basic information

You can view the list of load balancers and their basic information.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, check the list of load balancers and their basic information.
CategoryDescription
NameName entered when creating the load balancer
IDID assigned when the load balancer is created
Provisioning statusIndicates whether the load balancer was created successfully or if modification or deletion is in progress
Operating statusIndicates whether the created load balancer is available for use
TypeLoad balancer type
Private IPPrivate IP address automatically assigned to the load balancer
Public IPPublic IP address assigned by the user
VPCVPC where the load balancer is located
Availability zoneAvailability zone selected during creation
Created atDate when the load balancer was created

View load balancer details

You can view detailed information about the load balancer.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. Select the load balancer to view details.
  3. Check the information in each tab.
ItemDescription
NameUser-defined name used to identify the load balancer
IDID automatically assigned when the load balancer is created
Provisioning statusStatus of resource creation and configuration
Operating statusCurrent operating status indicating whether traffic can be processed
Load balancer typeType of the load balancer
Access logWhether request/response log collection is enabled
VPCVPC information where the load balancer is located
VPC IDID of the connected VPC
SubnetSubnet information where the load balancer is deployed
Subnet IDID of the connected subnet
Public IPPublic IP address used for external internet communication
Private IPPrivate IP address used for internal network communication
ListenerNumber of created listeners
Availability zoneAvailability zone where the load balancer is deployed
Created atDate and time when the load balancer was created

Rename load balancer

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Rename for the target load balancer.
  3. Enter the information in the pop-up window and click the [Change] button.

Modify load balancer attributes

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Modify attributes for the target load balancer.
  3. Complete the modifications and click the [Modify] button.

Associate public IP

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Associate public IP for the target load balancer.
  3. Complete the settings in the pop-up window and click the [Associate] button.
  • Create a new public IP and assign automatically: Creates and associates a new public IP
  • Select from existing public IP list: Associates an existing public IP

Disassociate public IP

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Disassociate public IP for the target load balancer.
  3. Select the public IP to remove in the pop-up window and click the [Disassociate] button.

Configure access log

Access logs are an optional feature and are disabled by default.
The following describes how to enable or disable access logs.

Enable access log

The following describes how to enable access logs.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, click [⋮] > Access log settings for the target load balancer.
  3. Set the access log to Enable in the pop-up window.
  4. Select the bucket where the access logs will be stored. You can configure whether encryption is used for the selected bucket.
  1. Select the Access key ID.
  • The selected access key ID must have the expiration set to No expiration.
  • For creating access keys, see Credentials.
info
  • When creating an access key, store the secret access key securely.
  • When access logging is enabled, storage charges apply for storing logs in the bucket. You can configure the retention period of access logs through the bucket Lifecycle setting. For more information, see Object Storage > Configure Lifecycle.
  1. Enter the Secret access key, which is paired with the access key ID, and then click the [Save] button.

Disable access log

The following describes how to disable access logs.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, click [⋮] > Access log settings for the target load balancer.
  3. Select Disable for access logs in the pop-up window and click the [Save] button.

Delete load balancer

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, click [⋮] > Delete load balancer for the target load balancer.
  3. Enter the delete confirmation text in the pop-up window and click the [Delete] button.