Skip to main content

Create and manage public IP

A public IP is a fixed address that can access the internet. A resource with a public IP attached can communicate externally through the internet gateway. The following describes how to create and manage public IPs in the VPC service.

Permission notice
  • VPC role management follows IAM role-based access control (RBAC), and only users with the Project administrator (Admin) role can create and manage public IPs.
  • You can check your role in KakaoCloud console > Profile (top right) > Organization role or Project role.

Create public IP

You can create a new public IP. The created public IP can be attached to a resource so that it can be accessed through the internet.

info

You cannot choose the public IP address yourself. When you create a public IP, KakaoCloud assigns one IP from its public IP address range to your project.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Public IP menu, and then click the [Create public IP] button.
  3. Enter the information in the pop-up window, and then click the [Create] button.

View public IP list and basic information

You can view the list of currently created public IPs and related basic information.

  1. Go to KakaoCloud console > Networking > VPC.

  2. Click the Public IP menu, and then check the list of currently created public IPs and their basic information.

    CategoryDescription
    Public IP addressIP address assigned to each public IP
    Public IP address IDID of the IP address assigned to each public IP
    StatusUsage status of the public IP
    - Available: Not connected to a resource and can be connected
    - In-Use: Already connected to a resource and cannot be connected to another resource
    DescriptionDescription of the public IP
    Connected resourceIf the public IP is in use, displays the ID of the connected resource
    Private IP addressIf the public IP is connected to a specific resource, displays the private IP address of the network interface
    Created atDate and time when the public IP was created

View public IP details

You can view detailed information about the selected public IP.

  1. Go to KakaoCloud console > Networking > VPC.

  2. Click the Public IP menu, and then select the public IP for which you want to view detailed information.

  3. Check the detailed information of the public IP.

    ItemDescription
    Public IPPublic IP address assigned for communication with the external internet
    IDUnique identifier (UUID) automatically assigned when the public IP is created
    StatusCurrent usage status of the public IP (for example, In Use, Available)
    DescriptionUser-defined description of the public IP
    Created atDate and time when the public IP was created

Modify public IP information

You can modify the description of the created public IP.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Public IP menu, and then select [⋮] > Modify for the target public IP.
  3. Modify the description in the pop-up window, and then click the [Modify] button.

Associate resource

You can associate the created public IP with a resource so that the resource can be accessed through the internet.

  1. Go to KakaoCloud console > Networking > VPC.

  2. Click the Public IP menu, and then select [⋮] > Associate resource for the target public IP.

  3. Enter the information in the pop-up window, and then click the [Save] button.

    CategoryDescription
    Connection type- Network interface: Select when the resource to connect is a network interface
    - Instance: Select when the resource to connect is an instance
    - Load balancer: Select when the resource to connect is a load balancer
    Resource to associateSelect the resource to which the public IP will be associated
    - The type of resource displayed in the list differs depending on the selected connection type

Disassociate resource

If the public IP associated with a resource is no longer needed, you can disassociate it.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Public IP menu, and then select [⋮] > Disassociate resource for the target public IP.
  3. Enter the information in the pop-up window, and then click the [Disassociate] button.

Delete public IP

You can delete a public IP that is no longer used.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Public IP menu, and then select [⋮] > Delete for the target public IP.
  3. Enter the delete confirmation text in the pop-up window, and then click the [Delete] button.