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
gefragt vor 2 Jahren1019 Aufrufe
4 Antworten
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
EXPERTE
beantwortet vor 2 Jahren
0
Akzeptierte Antwort

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
beantwortet vor 2 Jahren
0
AWS
Junpu
beantwortet vor 2 Jahren
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
beantwortet vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen