How to configure DNS zones
A DNS zone is a distinct part of the domain namespace and allows granular control of DNS components.
It contains configuration stored in multiple DNS records. Each record consists at minimum of a type, a time to live (TTL) and a value. For example, type A records contain information to resolve a domain name to its associated IP address.
Each Zone Name created translates into a Domain Name. For example the zone myzone
in the domain example.com
becomes myzone.example.com
. This works also on multiple levels, meaning that the zone myzone.subdomain
becomes the domain name myzone.subdomain.example.com
.
You may need certain IAM permissions to carry out some actions described on this page. This means:
- you are the Owner of the Scaleway Organization in which the actions will be carried out, or
- you are an IAM user of the Organization, with a policy granting you the necessary permission sets
- You have an account and are logged into the Scaleway console
- You have linked your domain with Scaleway DNS
How to add a new DNS zone
- Click Domains and DNS in the Network section of the Scaleway console side menu. The Domains and DNS dashboard displays.
- Click the domain for which you want to add a DNS zone. The Domain Information page displays.
- Click the DNS Zones tab. A list of the DNS zones you have configured within the selected domain displays.
Note:
The Root zone is always available, by default. This zone is directly associated with the domain name and cannot be deleted. It will only be removed from the DNS when its associated domain name is deleted.
- Click «Plus Icon» and Add zone to create a new DNS zone. A pop-up box displays with the estimated cost for your DNS zone.
- Enter a name for the new zone and click Add zone.
How to edit an existing DNS zone name
- Click Domains and DNS in the Network section of the Scaleway console side menu. The Domains and DNS dashboard displays.
- Click the domain for which you want to edit a DNS zone. The Domain Information page displays.
- Click the DNS Zones tab. A list of the DNS zones you have configured within the selected domain displays.
- Click «See more Icon», then Edit name to edit a zone’s name.
- Enter a new name in the pop-up box, then click Edit Name to confirm.
How to delete an existing DNS zone
- Click Domains and DNS in the Network section of the Scaleway console side menu. The Domains and DNS dashboard displays.
- Click the domain for which you want to delete a DNS zone. The Domain Information page displays.
- Click the DNS Zones tab. A list of the DNS zones you have configured within the selected domain displays.
- Click «See more Icon», then click Delete.
- Type DELETE in the pop-up form and click Delete zone to confirm the action.