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
asked 4 years ago260 views
1 Answer
0
Accepted Answer

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
EXPERT
answered 4 years 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