Route53 fixed order

0

Hi Tell me how can I make a "fixed order" for the record in route53? Thanks

Nolf
preguntada hace 2 años217 visualizaciones
1 Respuesta
0

I am sorry, but I am not sure I am understanding your question correctly.

I am sorry to guess, but are you asking for a fixed order for the order in which records are displayed in the Route 53 console?

Here is a screenshot of the Route 53 console for my account.
For example, do you want the order in which records are displayed from A records to CNAME records to be in a fixed order?

Enter image description here

profile picture
mn87
respondido hace 2 años
  • A bit different When I create an A record in DNS like test.domain.com with multiple IPs(1.1.1.1, 2.2.2.2, 3.3.3.3) when i make a request nslookup test.domain.com, every time IPs will be swapped round-robin. first 1.1.1.1, 2.2.2.2, 3.3.3.3 second 2.2.2.2, 3.3.3.3, 1.1.1.1 third 3.3.3.3, 2.2.2.2, 1.1.1.1 etc

    I need them to be displayed in a constant sequence. So that all requests are the same first 1.1.1.1, 2.2.2.2, 3.3.3.3 second 1.1.1.1, 2.2.2.2, 3.3.3.3 third 1.1.1.1, 2.2.2.2, 3.3.3.3 etc In bind9, this situation is called fixed order

    From something like this

  • Thank you for the detailed explanation.

    I looked again and found the following Stack Overflow hit. [1]

    [1] amazon route53 - DNS - fixed IP order based on geo-location - Stack Overflow https://stackoverflow.com/questions/55375622/dns-fixed-ip-order-based-on-geo-location

    From reading the Stack Overflow, it does not seem possible to achieve your request with Route 53.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas