내용으로 건너뛰기

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년 전952회 조회
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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠