Route 53 DNS queries when CNAME points to an A record

0

My customer has significant number of requests trying to cost optimize.

In Route5 3 there is a CNAME xxx.yyy.com with TTL=300 pointing to zzz.yyy.com which is an A record with TTL=60 which points to IP. When clients on the web try to resolve xxx.yyy.com, will there be 2 DNS queries issued to Route 53 (adding two to billing) or there will be only one because route53 will follow CNAME at once? It’s also dependent on the client/ISP behavior and cache but what it will be 1 or 2 ?

They have thousands of such subdomains constantly being queried by millions of clients in certain geography, but each subdomain may be not as frequently queried as such short TTL. Increase of the TTL is not so good as they need to be able to quickly respond to unexpected change of IP.

I did tcpdump on port 53 from EC2 machine and I see only 1 request going out but I’m not sure if this is the right test.

AWS
已提問 5 年前檢視次數 298 次
1 個回答
0
已接受的答案

R53 doesn't "follow" anything; it is the resolver that will resolve the initial CNAME and the subsequent A record, leading to two charges should both records be hosted on Route 53.

Your customer should look into making use of Alias records wherever they can if this is a concern to them.

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resource-record-sets-choosing-alias-non-alias.html

AWS
已回答 5 年前
profile picture
專家
已審閱 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南