Alibaba Cloud Server Domain Name Resolution Steps (Tutorial for Beginners)

Alibaba Cloud Server Domain Name Resolution Steps (Tutorial for Beginners)

For novices who have just started to build a website, there are many things they need to understand and learn. To build a website, you first need to purchase a server, then purchase a domain name, then domain name resolution, and finally domain name registration and other major process steps. This section will introduce the steps of domain name resolution. The server used here is Alibaba Cloud server, and servers on other platforms will not be introduced for the time being. The specific steps are as follows.

1. Open the Alibaba Cloud official website, log in to your Alibaba Cloud account, and enter the console.

2. On the main interface of the console, find the drop-down menu in the left menu bar, and find the "Domain Name" option, the option with a globe icon, and click it to enter the domain name console.

3. After entering the domain name console, you can see the domain name under the Alibaba Cloud account, and then click on the right side of the domain name that needs to be resolved. There is a "Resolve" button, click to enter.

4. Before entering the domain name resolution interface, you need to go to the purchased "Cloud Server ECS", enter the purchased server overview interface, then find the specific "Instance", then find the server public IP address of the instance, and copy it.

5. On the domain name resolution interface, click the "Add Record" button.

6. Fill in the specific parameters for adding records.

1. Record type. It should be noted that there are only two types of records for parsing content. If it is a cloud server or VPS, choose A, and if it is a virtual host, choose CNAME.

2. Host records. If you don’t understand, there is a question mark behind this option. You can click it to see what the host record means. Simply put, it is the prefix of the domain name.

3. Analyze the circuit. Just select System Default.

4. Record the value. Refers to the external IP address of the server/virtual host. To view the external IP address, just go to the purchased server details.

5.TTL. Generally, the system default is sufficient, the default of 10 minutes is sufficient.

7. After filling in the form to add the record, click the "OK" button to complete the analysis.

Notice:

1. The example here only parses a prefix. If a website wants to be accessible both with and without the www prefix, it needs to resolve at least these two cases. After the domain name resolution is completed, you can access the website after waiting for a few minutes.

2. The above domain name resolution operation is based on the resolution of the website that holds the domain name by default. If it is not resolved on the website that holds the domain name, you need to modify the DNS.

This concludes this article on the steps to implement domain name resolution on Alibaba Cloud Server (novice tutorial). For more information about Alibaba Cloud Server domain name resolution, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solution to the problem that Alibaba Cloud Server cannot be pinged (Solution to the problem that the IP address cannot be accessed after the Cloud Server environment is built)
  • Solution to the problem that the website cannot be opened after the Alibaba Cloud LNMP cloud server is restarted
  • A simple method to install Apache on Alibaba Cloud Linux server
  • Alibaba Cloud Host Windows 2008 Server Hard Drive Partitioning and Formatting Graphic Tutorial
  • Alibaba Cloud Server Windows 2008 IIS Adding a Website Binding Domain Name Graphic Tutorial
  • Alibaba Cloud Server Windows 2008 FTP Configuration Graphics Tutorial
  • Alibaba Cloud Server CentOS Server Initialization Setup Steps
  • Linux uses scp remote transmission command to transfer files between servers (Alibaba Cloud Server)
  • How to send verification code using Alibaba Cloud PHP SMS service
  • Alibaba Cloud CentOS 7 Server Build Nginx Web Service Experience Example
  • How to install the graphical interface of Alibaba Cloud ECS server
  • How to configure .net core to use Alibaba Cloud distributed logging
  • Alibaba Cloud Log Service Log Filter Configuration

<<:  Detailed tutorial on using the Prettier Code plugin in vscode

>>:  Detailed tutorial on installing mysql-8.0.20 under Linux

Recommend

Analysis of the process of implementing Nginx+Tomcat cluster under Windwos

Introduction: Nginx (pronounced the same as engin...

CSS flexible layout FLEX, media query and mobile click event implementation

flex layout Definition: The element of Flex layou...

HTML uses the title attribute to display text when the mouse hovers

Copy code The code is as follows: <a href=# ti...

How to use nodejs to write a data table entity class generation tool for C#

Although Microsoft provides T4 templates, I find ...

How is a SQL statement executed in MySQL?

Table of contents 1. Analysis of MySQL architectu...

How to use a game controller in CocosCreator

Table of contents 1. Scene layout 2. Add a handle...

How to use the HTML form attributes readonly and disabled

1. readonly read-only attribute, so you can get th...

Basic implementation method of cross-component binding using v-model in Vue

Hello everyone, today we will talk about how to u...

An article to help you understand Js inheritance and prototype chain

Table of contents Inheritance and prototype chain...

MySQL slow query log configuration and usage tutorial

Preface MySQL slow query log is a function that w...

Detailed explanation of MySQL EXPLAIN output columns

1. Introduction The EXPLAIN statement provides in...

Detailed explanation of VUE's data proxy and events

Table of contents Review of Object.defineProperty...

Detailed installation tutorial of Docker under CentOS

Docker is divided into CE and EE. The CE version ...