IPv6:无法parsing由CloudFront支持的Route 53上的主机

我在CloudFront Web分配前使用AWS Route 53。 我正在尝试为我的CF发行版添加IPv6支持。

遵循关于为Route 53 启用IPv6的AWS文档,我添加了一个AAAAlogging,该logging是我的CF Web分发的Alias

当我从cURL通过IPv6打到AAAAlogging时,我得到:

 curl -v -6 https://testcdnv6.mydomain.com/test.json Could not resolve host: testcdnv6.mydomain.com 

我知道在我运行cURL的机器上,IPv6工作正常。

 curl -v -6 https://facebook.com * Rebuilt URL to: https://facebook.com/ * Trying 2a03:2880:f111:83:face:b00c:0:25de... * Connected to facebook.com (2a03:2880:f111:83:face:b00c:0:25de) port 443 (#0) * found 173 certificates in /etc/ssl/certs/ca-certificates.crt * found 692 certificates in /etc/ssl/certs * ALPN, offering http/1.1 * SSL connection using TLS1.2 / ECDHE_ECDSA_AES_128_GCM_SHA256 

我在这里错过了什么? testcdnv6.mydomain.com没有IPv4 Alogging。 我已经等了一个多小时的DNS更改传播。

dig testcdnv6.mydomain.com ANY不会在ANSWER SECTION:返回任何东西ANSWER SECTION:

因为我使用53路由别名到CloudFront分配,DNS条目不显示直到您启用CloudFrontconfiguration中的IPv6支持。 只要我configuration它,DNS查询开始返回AAAA响应。

 dig testcdnv6.mydomain.com AAAA +short 2600:9000:2013:ba00:6:6bd9:e340:93a1 2600:9000:2013:bc00:6:6bd9:e340:93a1 2600:9000:2013:ee00:6:6bd9:e340:93a1 2600:9000:2013:fa00:6:6bd9:e340:93a1 2600:9000:2013:600:6:6bd9:e340:93a1 2600:9000:2013:2a00:6:6bd9:e340:93a1 2600:9000:2013:8e00:6:6bd9:e340:93a1 2600:9000:2013:a200:6:6bd9:e340:93a1