3 Answers
- Newest
- Most votes
- Most comments
0
It depends upon your application, moving from Intel based chip to Graviton chip requires some work to rebuild the application. You can run this AWS provided free utility to check if app packages are compatible with graviton bases instances.
answered a year ago
0
This knowledge center link describes how to
- Determine compatibility of your application source code and libraries with AWS Graviton-based instances.
- Use the online or offline method to copy your data to the new instance.
https://repost.aws/knowledge-center/ec2-linux-migrate-to-graviton
answered a year ago
-1
Hi Tak, The T3 and C7g instance families have different underlying architectures and processors, so some compatibility considerations apply when changing instance types:
- T3 instances use AWS Graviton2 processors with 64-bit Arm architecture.
- C7g instances use 3rd gen AMD EPYC processors with 64-bit x86 architecture.
This means you can't simply stop a T3 instance and change to C7g.
answered a year ago
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
T3 instances are not ARM based processors and C7g are ARM based processors.
The underlying comment that you cannot just change between T3 and C7g is correct though.
I think the description of each instance type is switched. C7g is Arm but T3 is not.