Passer au contenu

Steps to Migrate Ruby on Rails App from x86 Ubuntu EC2 to Graviton Instance

0

I need detailed steps to migrate my Ruby on Rails application from an x86_64 Ubuntu EC2 instance to a Graviton-based instance. Specifically, I need guidance on how to verify compatibility of the Rails app and its dependencies with the ARM architecture, any preparatory steps needed on the current x86_64 environment, and detailed instructions to move the Rails app to the Graviton instance, including any necessary configuration changes. Additionally, I seek advice on testing the Rails app on the Graviton instance to ensure smooth operation and any performance optimizations or considerations specific to running on Graviton. Any pointers or documentation on this migration process would be very helpful. Thank you!

demandé il y a 2 ans949 vues
1 réponse
1

This is not an answer to your question but it still may be interesting for you. There is a tool https://github.com/aws/porting-advisor-for-graviton

It is a command line tool that analyzes source code for known code patterns and dependency libraries. It then generates a report with any incompatibilities with our Graviton processors.

Unfortunately, it does not support Ruby. Maybe you will find something similar for your case

EXPERT
répondu il y a 2 ans
  • Thanks Oleksii. I had checked this tool and found that it doesn't support Ruby and thus was looking if somone might have tried this kind of migration and what they might have used.

    I am still looking if anyone has an idea on how to check whether it is possible to make the change to Graviton.

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.