CNAME for dax cluster name

0

Can I use CNAME for dax cluster name? I created CNAME record which is resolvable, but while running DAX client getting error

DaxClientError: NoRouteException: not able to resolve address
OK
已提问 7 个月前175 查看次数
1 回答
0

That error message indicates that the CNAME is not pointing to a resolvable resource. If you're trying to make a public CNAME to a private DNS record that might be the reason.

Also: When using a CNAME, the client (when encrypted sessions are being used, like here) expects to connect to a resource that has the same certificate name as the CNAME. Which is won't because it will have the original DAX name. You'll get an error which you might be able to tell the client to ignore. Or you might not.

profile pictureAWS
专家
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则