web应用迁移到AWS平台

0

【以下的问题经过翻译处理】 一个客户已经在本地电脑上使用 Ruby on Rails 和 MySQL 构建的服务器上开发了一个 web 应用程序。他们想要迁移到 AWS 平台,现在在思考:

  • 分离应用程序和 Web 层到不同的 EC2 实例中是否复杂

  • 是否应该考虑使用 Elastic Beanstalk 来自动化部署

profile picture
EXPERT
asked 6 months ago13 views
1 Answer
0

【以下的回答经过翻译处理】 这取决于应用程序的“应用”和“Web”部分之间的紧密集成程度。如果它们被构建为两个服务,即使通过同一台笔记本上的本地接口进行通信,也应该相对简单。如果不是这样,那么将单个应用程序解构成两个将需要时间和精力。

将应用程序迁移到Elastic Beanstalk是一个很好的选择,因为它提供的管理比客户直接在EC2上运行应用程序更多。

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions