昨天,我创建了一个新实例,但无法连接到它。尝试从我的计算机、在线 ping 站点等 ping 它,但它无法访问。
在 AWS 控制台中。一切似乎都在正常运作。可达性检查成功。截图如下:
我尝试使用不同的 AMI区域,但无济于事。我只是无法连接到任何 AWS 实例。
请帮忙。我现在一窍不通。
我想将 www.example.com 或 example.com 指向 abc.example2.com。
在 example.com 的 cname 区域设置中,我添加了一个 cname,如下所示:
名称:www.example.com 类型:cname 值:abc.example2.com
因此,当我访问 www.example.com 时,它向我显示了 abc.example2.com 的内容,这是绝对正确的。但是当我访问 example.com(没有 www 或任何其他子域)时,它不起作用。我什至尝试添加一个记录集如下:
名称:example.com 类型:cname 值:abc.example2.com
但它在 2 个不同的 DNS 托管网站中给了我以下错误:Route 53
RRSet of type CNAME with DNS name example.com. is not permitted at apex in zone example.com.
Run Code Online (Sandbox Code Playgroud)
动态域名系统
CNAME cannot be created with label that is equal to zone name or in use for another record type.
Run Code Online (Sandbox Code Playgroud)
现在,如何在访问 example.com 时实现它应该显示 abc.example2.com 的内容?