Want to create g5g instance for EC2

0

I want to create a g5g instance for my EC2 deep learning. However when I choose Ubuntu Server 20.04 LTS (HVM), SSD Volume Type 64bit (x86) g5g familly is not supported. I have switched to Ubuntu Server 20.04 LTS (HVM), SSD Volume Type Arm, g5g family supports it, but when I recreate it, I get the following error message: "The requested configuaration is currently not supported. Please check the documentation for supported configuration". I have switched to AWS Deep Learning AMI (Ubuntu 18.04) but g5g series is not supported. So I don't know how I can create a g5g family instance for EC2. Can anyone help me for this?

TrungPN
asked 2 years ago1003 views
4 Answers
2

EC2 g5g instances use the arm64 CPU architecture, not the x86 CPU architecture. So you will need to launch your instance with an arm64-compatible AMI.

AWS
EXPERT
answered 2 years ago
0
Accepted Answer

I have found that to create EC2 g5g I need to use Marketplace Deep Learning Nvidia. I tried creating under this AMI. Thank Michael_F for your support

TrungPN
answered 2 years ago
0
AWS
Junpu
answered 2 years ago
0

The AMIs available in Marketplace are full of bloatware and are really outdated. For example, Nividia AMI is based on Ubuntu 20.04 and does not even support Cuda 12. And I tried to update that and found myself caught in the chain-dependency problem. After having enough of it I decided to take matters into my own hands. After going through the process I decided to streamline the whole thing and created the magic script that setups the G5g instance. It installs the latest Nvidia Drivers, Cuda Toolkit, cuDNN, and Latest PyTorch as well. And the best part is it is built on top of Amazon Linux 2023. Here is the link to the guide https://mirzabilal.com/deep-learning-with-aws-graviton2-nvidia-tensor-t4g-for-as-low-as-free-with-cuda-12-2-56d8457a6f6d

Disclaimer: I am the author of this article

profile picture
Mirza
answered 7 months ago

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