0

我正在运行以下命令来执行从 jenkins 到 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 回答