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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则