Route 53 records

0

Hello,

I am trying to understand how records fields from my existing provider map into Route 53 records.

For example, I see the following in my existing provider:

NameTypeValue
@A208.97.x.x
ftpA208.97.x.x
wwwA208.97.x.x
@MX1 ASPMX.L.GOOGLE.COM.

In Route 53 Quick Create Record, do I just copy Name into Record Name, select Record type from the dropdown, and enter Value into Value field?

For example, in Quick Create Record, do I do the following?

Record name: @ (which makes it @.example.com) Record type: A Value: 208.97.x.x

Record name: @ (which makes it @.example.com) Record type: MX Value: 1 ASPMX.L.GOOGLE.COM.

profile picture
newbie
질문됨 2년 전344회 조회
2개 답변
2

@ is a shorthand character in DNS zone files that references the root, or apex, of the zone. In your case, you would replace all instances of @ with the actual name of the zone, example.com., so leave the Record Name field blank in the Route 53 Management Console as you will just be creating apex records. Using @ in Route 53 outside of importing a zone file will literally create records for that label which is not the desired functionality.

AWS
답변함 2년 전
0

Thank you! Just to clarify, if it is an @, I will leave the Record Name field blank. All others (ftp, mysql, ssh, www, mail), I will fill them in the Record Name field, is this accurate?

Also, do I keep the period at the end of values such as (1 ASPMX.L.GOOGLE.COM.), (ghs.googlehosted.com.) when transferring them as values into Route 53 Record Name Value?

profile picture
newbie
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인