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
demandé il y a 4 ans237 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions