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.

asked 7 months ago166 views
2 Answers
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.

answered 7 months ago
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
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