If you're experiencing issues with your AWS services, then please refer to the AWS Health Dashboard. You can find the overall status of ongoing outages, the health of AWS services, and the latest updates from AWS engineers.
Amazon SES 无法正常工作,因为其在DNS中的MX记录被解析为CloudFront设置的CNAME记录
0
【以下的问题经过翻译处理】 要通过 Amazon SES 接收邮件,一般需要设置一个 MX 记录以指向域名所对应的 SES 服务器。但如果这个域名还同时被CloudFront(或者负载均衡器)使用,则还需要设置在DNS里设置一个CNAME记录,将其指向CloudFront分配(或者负载均衡器)。据我所知,如果目标主机已经在DNS里有一条CNAME记录,则DNS不会允许该主机在DNS还有一条MX记录,在这种情况下如果请求的是MX记录,其返回的会是CNAME指向的主机(在我的配置里,该主机是一个CloudFront分配),我想知道有没有解决这个问题的方法?