compatibility between t3.medium and c7g.xlarge

0

In order to change instance from t3.medium to c7g.xlarge, I'd like to know compatibility between them. According to AWS guide on a page, if there is compatibility between t3.medium and c7g.xlarge, the change could be done after stopping current instance (t3.medium) immediately.

Tak
asked a year ago354 views
3 Answers
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.

https://github.com/aws/porting-advisor-for-graviton

profile picture
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

profile pictureAWS
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.

profile pictureAWS
answered a year 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions