How to make custom DNS for RDS instance?

0

How can I create a custom DNS for my RDS instance? Rather than the AWS-provided name, we want it to be short and simple to remember. Can someone provide a general steps for it?

2 個答案
2

Hi,

It depends on what you already have. If you have your Route53 hosted zone, it will be as simple as:

  1. Create a CNAME record and point it to the DNS name of your RDS instance

The downside of this approach is big enough, so I would not recommend doing it just to have a nice name:

  1. If you have a public hosted zone, you will unveil your RDS name to the internet
  2. You can't use a TLS connection with FQDN check.
profile picture
專家
已回答 6 個月前
profile picture
專家
已審閱 2 個月前
  • Is this not possible using private hosted zone?

1
已接受的答案

Add a CNAME record in your DNS for db.example.com that points to your RDS endpoint

profile pictureAWS
支援工程師
Ravid_G
已回答 6 個月前
profile picture
專家
已審閱 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南