-3

I'm looking to move our current dns to route 53 due to some limitations with our provider.

Currently we have A records with network solutions for:

  • www
  • @ (None)
  • * (All others)
  • other subdomains...

From intial looks at the route 53 interface there doesnt seem to be any built in option to specify the www, @ or * records, do I still need to create these, and if so what is the best way to do it.

Daniel Powell
  • 76
  • 2
  • 14

2 Answers2

1

The Amazon Route 53 UI is a little tricky. It's not immediately clear from certain elements whether you can click on them. A wider browser window is handy when making entries.

From the "Create Record Set" option, the Name field to the left of the domain name is the next place you want make changes. And then from there, work down the page to enter your values.

enter image description here

A completed record...

enter image description here

ewwhite
  • 197,159
  • 92
  • 443
  • 809
0

First read the documentation.

  1. Click on Go to Record Sets.

    enter image description here

  2. Click on Create Record Set.

    enter image description here

  3. Enter in the appropriate values.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972