0

次のコマンドを実行して、ジェンキンから EC2 サーバーにコードをデプロイしています

aws deploy create-deployment --application-name $APPNAME --s3-location bucket=$S3BUCKET,key=chefdeployment.zip,bundleType=zip --deployment-group-name $DEPLOYMENTGROUPNAME --deployment-config-name CodeDeployDefault.HalfAtATime --description "Deploy" --region us-east-1 --profile $PROFILE --output text

次のエラーが表示されます

A client error (InstanceIdRequiredException) occurred when calling the GetDeploymentInstance operation: Instance ID is Missing.

誰もこのエラーを見たことがありますか?

4

1 に答える 1

1
于 2015-12-10T00:16:04.753 に答える