翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
カスタムAMI問題のトラブルシューティング
このセクションでは、カスタムAMI問題のトラブルシューティングのヒントを提供します。
カスタム を使用するとAMI、次の警告が表示されます。
"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." } ]
正しい が使用されAMIていることが確実な場合は、これらの警告を無視できます。
これらの警告を今後表示しない場合は、次のタグAMIでカスタムにタグ付けします。
は、my-os
alinux2
、、ubuntu2004
、または ubuntu2204
のいずれかですrhel8
。"3.7.0"
は使用中pcluster
のバージョンです。
$
aws ec2 create-tags \ --resources
ami-yourcustomAmi
\ --tags Key="parallelcluster:version",Value="3.7.0"
Key="parallelcluster:os",Value="my-os"