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 réponses
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
EXPERT
répondu il y a 6 mois
profile picture
EXPERT
vérifié il y a 2 mois
  • Is this not possible using private hosted zone?

1
Réponse acceptée

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

profile pictureAWS
INGÉNIEUR EN ASSISTANCE TECHNIQUE
Ravid_G
répondu il y a 6 mois
profile picture
EXPERT
vérifié il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions