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
posta 2 anni fa1019 visualizzazioni
4 Risposte
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
ESPERTO
con risposta 2 anni fa
0
Risposta accettata

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
con risposta 2 anni fa
0
AWS
Junpu
con risposta 2 anni fa
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
con risposta 7 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande