Updated on 2024-03-15 GMT+08:00

Creating a Private Zone

Scenarios

Create a private zone to map a private domain name to a private IP address within a VPC.

Prerequisites

  • You have created a VPC.
  • You have created an ECS in the VPC and planned to use a private domain name (example.com) for the ECS.

Procedure

  1. Go to the Private Zones page.
  2. Click Create Private Zone.
  3. Configure the parameters.
    Figure 1 Creating a private zone
    Table 1 describes the parameters.
    Table 1 Parameters for creating a private zone

    Parameter

    Description

    Example Value

    Domain Name

    Domain name you have planned for the ECS.

    You can enter a top-level domain that complies with the domain naming rules.

    For details about the domain name format, see Domain Name Format and DNS Hierarchy.

    example.com

    VPC

    VPC to be associated with the private zone.

    NOTE:

    This VPC must be the same as the VPC where your other cloud resources are deployed. If the VPC is different, the domain name cannot be resolved.

    N/A

    Email

    (Optional) Email address of the administrator managing the private zone.

    Recommended email address: HOSTMASTER@Domain name

    For more information about the email, see Why Was the Email Address Format Changed in the SOA Record?

    HOSTMASTER@example.com

    Tag

    (Optional) Identifier of the domain name.

    Each tag contains a key and a value. You can add a maximum of 10 tags to a zone.

    For details about tag key and value requirements, see Table 2.

    NOTE:

    If you have configured tag policies for DNS, you need to add tags to your private zones based on the tag policies. If you add a tag that does not comply with the tag policies, private zones may fail to be created. Contact the administrator to learn more about tag policies.

    example_key1

    example_value1

    Description

    (Optional) Supplementary information about the zone.

    You can enter a maximum of 255 characters.

    This is a zone example.

    Table 2 Tag key and value requirements

    Parameter

    Requirements

    Example Value

    Key

    • Cannot be left blank.
    • Must be unique for each resource.
    • Can contain a maximum of 36 characters.
    • Cannot start or end with a space nor contain special characters =*<>\,|/

    example_key1

    Value

    • Cannot be left blank.
    • Can contain a maximum of 43 characters.
    • Cannot start or end with a space nor contain special characters =*<>\,|/

    example_value1

  4. Click OK.
  5. Switch back to the Private Zones page.

    You can view the created private zone in the zone list.

  6. Click the domain name to add a record set.

    On the Record Sets page, click Manage Record Set. For detailed operations, see Record Set Overview.

    Click the domain name to view SOA and NS record sets automatically generated for the zone.

    • The SOA record set identifies the base DNS information about the domain name.
    • The NS record set defines authoritative DNS servers for the domain name.

Follow-up Operations

After a private zone is created, you can perform the following operations: