Memecahkan masalah kustom AMI - AWS ParallelCluster

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

Memecahkan masalah kustom AMI

Bagian ini memberikan kemungkinan tips pemecahan masalah untuk masalah kustomAMI.

Saat Anda menggunakan kustomAMI, Anda dapat melihat peringatan berikut:

"validationMessages": [ { "level": "WARNING", "type": "CustomAmiTagValidator", "message": "The custom AMI may not have been created by pcluster. You can ignore this warning if the AMI is shared or copied from another pcluster AMI. If the AMI is indeed not created by pcluster, cluster creation will fail. If the cluster creation fails, please go to https://docs.aws.amazon.com/parallelcluster/latest/ug/troubleshooting.html#troubleshooting-stack-creation-failures for troubleshooting." }, { "level": "WARNING", "type": "AmiOsCompatibleValidator", "message": "Could not check node AMI ami-0000012345 OS and cluster OS alinux2 compatibility, please make sure they are compatible before cluster creation and update operations." } ]

Jika Anda yakin bahwa yang benar AMI sedang digunakan, Anda dapat mengabaikan peringatan ini.

Jika Anda tidak ingin melihat peringatan ini di masa mendatang, beri tag kustom AMI dengan tag berikut, di mana my-os adalah salah satu dari alinux2ubuntu2204,ubuntu2004,, atau rhel8 "3.7.0" adalah pcluster versi yang digunakan:

$ aws ec2 create-tags \ --resources ami-yourcustomAmi \ --tags Key="parallelcluster:version",Value="3.7.0" Key="parallelcluster:os",Value="my-os"