如何使用 Amazon EC2 管理多个子域?
How to manage multiple subdomains with Amazon EC2?
我最近在 GoDaddy.com 注册了一个域(比如 example.com),现在我想使用我的 Amazon EC2 服务器在不同的子域中托管许多 Web 服务。
我将域指向了我的弹性 IP 地址,但是在 GoDaddy 端这就足够了吗?也就是说,我现在是否必须在 Amazon 服务器或 GoDaddy 上创建和管理子域?我应该怎么做?
此外,Amazon route 53 托管区域与仅将域指向弹性 IP 之间的优势是什么?有什么优势吗?
谢谢!
do I now have to create and manage the subdomains on the Amazon server
or at GoDaddy?
您需要在您的 DNS 服务 (Godaddy) 上创建每个子域,并将每个子域指向您的弹性 IP。在 AWS 方面,您需要在 EC2 上配置 Web 服务器 运行,了解每个子域,以及它需要为每个子域提供什么内容。
what's the advantage between an Amazon route 53 hosted zone and just
pointing the domain to the Elastic IP?
有些 AWS 服务,如 Elastic Load Balancer 和 S3 静态网站,不提供 IP 地址,只提供域名。要将域的根映射到其中一项服务,您必须使用 Route53 别名记录。 Route53 还提供健康检查、故障转移路由、延迟路由等功能。除此之外,Route53 与其他 DNS 服务(如 GoDaddy)相比没有任何优势。
我最近在 GoDaddy.com 注册了一个域(比如 example.com),现在我想使用我的 Amazon EC2 服务器在不同的子域中托管许多 Web 服务。
我将域指向了我的弹性 IP 地址,但是在 GoDaddy 端这就足够了吗?也就是说,我现在是否必须在 Amazon 服务器或 GoDaddy 上创建和管理子域?我应该怎么做?
此外,Amazon route 53 托管区域与仅将域指向弹性 IP 之间的优势是什么?有什么优势吗?
谢谢!
do I now have to create and manage the subdomains on the Amazon server or at GoDaddy?
您需要在您的 DNS 服务 (Godaddy) 上创建每个子域,并将每个子域指向您的弹性 IP。在 AWS 方面,您需要在 EC2 上配置 Web 服务器 运行,了解每个子域,以及它需要为每个子域提供什么内容。
what's the advantage between an Amazon route 53 hosted zone and just pointing the domain to the Elastic IP?
有些 AWS 服务,如 Elastic Load Balancer 和 S3 静态网站,不提供 IP 地址,只提供域名。要将域的根映射到其中一项服务,您必须使用 Route53 别名记录。 Route53 还提供健康检查、故障转移路由、延迟路由等功能。除此之外,Route53 与其他 DNS 服务(如 GoDaddy)相比没有任何优势。