Skip to main content

create and manage subnets

You can create multiple subnets in a VPC based on your use case and purpose. Here's how to create and manage subnets in the VPC service.

  • VPC role management follows IAM role-based access control (RBAC), and only Project Admins can create and manage subnets. Other project members can only view the VPC.
  • For IAM permissions by role, please contact your Organization Admin.

Create subnet

You can create a new subnet.

info
  • A default subnet is automatically created when a VPC is created.
  1. Go to the KakaoCloud Console > Beyond Networking Service > VPC menu.

  2. Click on the Subnets menu, then click the [Create Subnet] button.

  3. In the Create Subnet window, enter the required information and click [Create].

    vpc_htg_subnet_kr2_03.png Create Subnet

    ItemDescription
    VPC InformationSelect the VPC where the subnet will be created.
    - VPC Name: Displays the name of the selected VPC
    - VPC ID: Displays the ID of the selected VPC
    - VPC CIDR Block: Displays the IP CIDR block of the selected VPC
    Subnet Settings- Subnet Name: Enter the subnet name
    - Availability Zone: Select the availability zone
    - IP CIDR Block: Enter the subnet's IP CIDR block
      Ensure the IP range doesn’t overlap with existing subnets, and choose a prefix length between 20-26

Manage subnet

Increase subnet quota

The maximum number of subnets you can create is 30. If you need to increase the subnet quota, please contact Helpdesk.

  1. Go to the KakaoCloud Console and click on the [Helpdesk] icon in the top-right corner.

  2. Click Q&A, then click the [Ask a Question] button in the top-right corner.

  3. Click Technical Inquiry, then submit a request to increase the subnet quota by selecting VPC in the question type and clicking [Submit].

    vpc_htg_subnet_kr2_04.png Request to Increase Subnet Quota

View subnet

You can view the list of subnets created and their detailed information.

  1. Go to the KakaoCloud Console > Beyond Networking Service > VPC menu.

  2. Click on the Subnets menu, then check the list of created subnets.

    vpc_htg_subnet_kr2_05.png View Subnet List

    ItemDescription
    SubnetName and ID of the created subnet
    StatusThe status of the subnet
    IP CIDR BlockThe IP CIDR block of the subnet
    Availability ZoneAvailability zone information
    VPCThe name of the VPC where the subnet is located
    Routing TableThe routing table connected to the subnet
    [More Options] IconRename Subnet: Change the name of the subnet
    Add Subnet Sharing: Share the subnet with another project
    Delete Subnet: Delete the subnet
  3. To view detailed information, click on the subnet, and you’ll be taken to the subnet’s detail page.

    vpc_htg_subnet_kr2_06.png View Subnet Details

    TabDescription
    DetailsDetailed information of the subnet
    - Subnet Name: The name of the subnet
    - Subnet ID: The ID of the subnet
    - Availability Zone: The availability zone of the subnet
    - Routing Table: The name of the routing table connected to the subnet
    - Routing Table ID: The UUID of the routing table connected to the subnet

Rename subnet

You can rename a subnet.

  1. Go to the KakaoCloud Console > Beyond Networking Service > VPC menu.
  2. Click on the Subnets menu, then select the [More Options] icon for the subnet whose name you want to change > Rename Subnet.
  3. In the Rename Subnet popup, enter the new name and click [Apply].

Share subnet

You can share a subnet with another project in the same domain. Follow the steps below to share a subnet.

info

When unsubscribing from a shared subnet, the project that received the subnet may lose connectivity to resources using that subnet.

  1. Go to the KakaoCloud Console > Beyond Networking Service > VPC > Subnets menu.
  2. Click the [More Options] icon of the subnet to be shared, then select Add Subnet Sharing.
  3. In the Add Subnet Sharing popup, enter the project ID of the project to share the subnet with and click [Apply].

Unshare subnet

To unshare a subnet shared with another project, follow the steps below.

info

When unsubscribing from a shared subnet, the project that received the subnet may lose connectivity to resources using that subnet.

  1. Go to the KakaoCloud Console > Beyond Networking Service > VPC > Subnets menu.

  2. Select the shared subnet and go to the Shared Projects tab.

  3. In the shared project list, click the [More Options] icon next to the project to unshare, and select Unshare Subnet.

  4. In the Unshare Subnet popup, click [Unshare].

info
  • Participants can see and select the shared subnet when selecting a VPC as Shared VPC during instance creation.
  • Participants cannot view routing table information for shared subnets.
  • Participants cannot perform actions like renaming the shared subnet.
  • A subnet can be shared with projects that are not members, but only the project ID can be viewed.


Delete subnet

You can delete a subnet that is no longer in use.

caution

You cannot delete a subnet if there are resources created in it. Please delete all resources using the subnet before deleting it.

  1. Go to the KakaoCloud Console > Beyond Networking Service > VPC menu.
  2. Click on the Subnet Management tab, then select the [More Options] icon for the subnet you want to delete > Delete Subnet.
  3. In the Delete Subnet popup, enter the name of the subnet to delete and click [Delete].