Cannot find aws-parallelcluster AMI

0

I'm trying to launch an instance using an aws-parallelcluster AMI from the console. However, I cannot find any of them by searching using aws-parallelcluster or similar. Is there any list with the AMI IDs for each region and OS? Thanks.

gefragt vor 8 Monaten177 Aufrufe
2 Antworten
0

I had to install pcluster in an instance and run the command $ pcluster list-official-images Otherwise, I wasn't able to find the list.

beantwortet vor 8 Monaten
0

Hi @AWS-User-7310704, pcluster list-official-images is the right command to use.

The alternative is to use a command like:

aws ec2 describe-images --owners amazon --filters "Name=name,Values=aws-parallelcluster-3.7.1-*"

or do something similar from the AWS console.

Anyway could you describe why you're using it outside of ParallelCluster, as a standalone instance? Which is your use case?

Thanks Enrico

AWS
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