Separate web and app servers

0

Hello, A customer has developed a web application locally on their laptops and on a server they built by using Ruby on Rails and MySQL. They want to move to AWS and are wondering if:

  • It will be a lot of work to separate the two layers (app and web) in different EC2 instances
  • They should consider using Elastic Beanstalk to automate the deployment
質問済み 4年前237ビュー
1回答
0
承認された回答

It very much depends on how tightly integrated the 'app' and 'web' parts of the application. If they have built them as two services, communication over the network (albeit via the local interface on the same laptop) that should be straightforward. if not, then it will take time and effort to 'pick apart' the single application into two.

Elastic Beanstalk would be a good option to migrate the application to, since it provides more management than the customer running the application on EC2 directly.

AWS
エキスパート
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ