跳至內容

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!

已提問 2 年前檢視次數 968 次
1 個回答
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

專家
已回答 2 年前
  • 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.

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

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