使用 Amazon Web Services 进行网站托管

Website Hosting with Amazon Web Services

我用 Jsp 和 Servlet 开发了一个网站。我想让它在我已经购买的域上运行。我怎样才能做到这一点。我更喜欢Aws。请指导我的过程。

查看 Elastic Beanstalk,因为它支持 Tomcat。

如果您的域名不是通过 AWS/Route53 购买的,您还需要 point your domain to the nameservers of Route 53

在 AWS 中,您通常使用 Route 53 来配置域名,看看 pointing it at your Elastic Beanstalk application

还有其他方法可以在 AWS 上托管您的应用程序,但我相信如果您是 AWS 的新手,Elastic Beanstalk 是不错的选择。您可以将您的应用程序打包到一个 Docker 容器中,然后 运行 以这种方式将其放在 Elastic Beanstalk 或 ECS(弹性容器服务)上。