Create Route 53 Hosted Zone and ACM Certificate

Create Route 53 Hosted Zone

Access Route 53 and select Create Hosted Zone

install

Enter your domain in Domain name and select Create

install

After creation is complete, you will see DNS records that have been pre-created and note the NS and SOA records

  • NS is Name Server, used to specify DNS servers for the domain.

  • SOA is Start of Authority, used to specify the main DNS server for the domain.

install

Next we will access the Domain provider to change the DNS records. Note to remove the dots in the domain.

install

Then we proceed to save and wait 10 minutes for the DNS records to be updated.

Create ACM Certificate

Access ACM and select Request

install

Select Request a public certificate and Next

install

Enter your domain in Domain name and select Next

install

In this section we create a Wildcard Certificate with domain name *.tranvix.click for the project. Since the project has many subdomains, we need to create a Wildcard Certificate to minimize the number of unnecessary Certificates and avoid creating multiple individual certificates for each subdomain.

With a wildcard certificate, you only need:

  • DNS verification once only.

  • No need to track expiration dates for each individual subdomain.

  • Centralized management and easy control.

Thus the ACM Certificate has been created. But the issue is that we need to have DNS records for the ACM Certificate to work. The current status of the ACM Certificate is Pending validation

install

We proceed to create DNS records in Route 53.

install

install

Check Route 53 to see if the DNS records have been created.

install

The Certificate status has changed to Issued

install

Thus the ACM Certificate has been created successfully.