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 年前檢視次數 255 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南