Skip to main content

Create and manage VPC

KakaoCloud's VPC (Virtual Private Cloud) is a user-defined private network service. By using VPC, users can quickly and easily build a network suited to their environment by combining various network components.
This guide explains how to create and manage VPCs in the VPC service.

Permissions
  • VPC role management follows IAM-based access control (RBAC), and only Project Admin can create and manage VPCs. Other project members can only view the VPC.
  • For information about your IAM permissions, please contact your organization administrator (Admin).

Create VPC

You can create a new VPC.

info

A maximum of 3 VPCs can be created per project. The created VPC will be a default VPC with an automatically included default routing table.

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

  2. Click the VPC menu, then click the [Create VPC] button.

  3. In the Create VPC screen, enter VPC information, availability zone, and subnet settings, then click the [Create] button.

    vpc_htg_manageVPC_kr2_03.png Create VPC

    ItemDescription
    VPC Information- VPC Name: Enter the name of the VPC
    - VPC IP CIDR Block: Enter the VPC IP CIDR block
    Choose from private IP ranges (172.16.0.0 / 192.168.0.0 / 10.0.0.0) and specify a Prefix Length (16-24).
    Availability Zones- Number of Availability Zones: Up to 2 can be set
    - Detailed Availability Zone Settings: Configure specific AZs from the list.
    Subnet SettingsReview subnet information
    - Advanced Options: Detailed subnet settings available if selected.
    - Public Subnet per Availability Zone: Default of 1 subnet per AZ, limited to quota.
    - Private Subnet per Availability Zone: Select 0-10 subnets per AZ, limited to quota.
    - Subnet Detailed Settings: Subnets will be exposed based on the number of public and private subnets configured.
    - Public Subnet IPv4 CIDR Block: Displayed based on selected AZ values.
    - Private Subnet IPv4 CIDR Block: Select prefix length between 20-26.
    Routing Table SettingsReview routing table information.
    - Advanced Options: Detailed routing table settings available if selected.
    - Number of Public Routing Tables: Set the number of routing tables to manage traffic going to the internet from public subnets.
    - Number of Private Routing Tables: Set the number of routing tables to control internal traffic and external service traffic.
    Topology PreviewPreview the changes in VPC information, availability zones, and subnet settings in a graph.

View VPC

You can view the list of VPCs currently created, as well as the VPC details and subnet information.

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

  2. Click the VPC menu, then view the list of currently created VPCs.

    vpc_htg_manageVPC_kr2_04.png View VPC list

    ItemDescription
    VPC Name and IDVPC name and VPC ID
    StatusVPC status
    - Active: Activated
    - Pending Create: Creating
    - Pending Update: Updating
    - Pending Delete: Deleting
    - Error: Error occurred
    IP CIDR BlockVPC's IP CIDR block
    SubnetsNumber of subnets created in the VPC
    Default VPCWhether the VPC is the default
    - Yes: VPC connected with the default routing table
    - No: VPC not connected with the default routing table
    [More Options] iconRename VPC: Change the VPC name
    Delete VPC: Delete the VPC from the list
  3. Click on the VPC whose details you want to view, and check the information on the VPC's detail page.

    vpc_htg_manageVPC_kr2_05.png View VPC details

    TabDescription
    DetailsVPC details
    - VPC Name: VPC name
    - VPC ID: VPC ID
    - Routing Table: Name of the default routing table
    - Routing Table ID: ID of the default routing table
    - Internet Gateway ID: ID of the internet gateway connected to the VPC
    - Default VPC: Displays Yes if the VPC is connected with the default subnet and routing table
    TopologyA graph showing the VPC configuration
    - Displays the relationship between VPC, subnets, and routing tables
    - Displays routing settings for IGW, Transit Gateway
    SubnetsSubnet details
    - Subnet: Automatically created subnet name and ID
    - Status: Subnet status
    - IP CIDR Block: Subnet's IP CIDR block
    - Availability Zone: Name of the availability zone the subnet belongs to
    - Routing Table: Routing table connected to the subnet
    - [More Options] icon: Rename or delete the subnet

Rename VPC

You can rename the VPC.

  1. Go to the KakaoCloud Console > VPC menu.

  2. Click the VPC menu, then select the [More Options] icon for the VPC you want to rename > Rename VPC.

  3. In the Rename VPC popup, enter the new name and click [Apply].

Delete VPC

You can delete a VPC that is no longer needed.

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