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.

已提问 8 个月前177 查看次数
2 回答
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.

已回答 8 个月前
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
已回答 7 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则