Route53 TXT Record Creation

0

I need to create a TXT record in Route53 with specific content in the value to allow an alternative cloud provider to verify a custom domain name. When I create the record in Route53 it automatically adds double quotes around the value I enter with no means to delete them. The specific record content I need to create doesn't show quotes as being part of it and this appears to be the only difference in terms of what is expected vs what's returned when queried. As the validation is failing and the record is definitly propgated (tested with nslookup for a response) I'm presuming this is the reason why.

So, can I create a TXT value without quotes, if so how please?

Thanks

질문됨 2년 전349회 조회
1개 답변
1

Hi, hope you are having a great week!

To answer your question, you cannot create the TXT record without double quotation.

TXT records on Route53 have a maximum value of 255 characters. This values are stored in between quotations marks (“value”), but those quotes are not part of the record content, they are there to distinguish the content start and end.

If the value of the record exceeds the 255 characters, the value must be separated into different strings, for example: “value_part1””value_part2”

For more information about TXT records can be found in the following link: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html#TXTformat-limits

답변함 2년 전

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

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

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

관련 콘텐츠