Internal error with CodePipeline + CodeDeploy

0

Hi,

I have a CodePipeline set up where changes to code builds and pushes an image to ECR. I am looking to automate updating ECS with the new image as it is built. I have configured the ECS Blue/Green action but when it runs it fails almost immediately with a message about an "Internal Error". There is no failed deployment created in CodeDeploy.

I have configured CodePipeline with two inputs:

  1. the source code used to build the image
  2. a zip in S3 containing the appspec.yaml and the taskdef.json

When either input changes I rebuild the container and push to ECR tagged 'latest'. The next step should be a Blue/Green deployment to ECS. I have configured CodeDeploy and the job works if triggered manually.

When it is triggered via CodePipeline it will fail and I receive a message "Action execution failed
InternalError. Error reference code: <some id>". I suspect that there may be some underlying issue with IAM but I can't find where to start looking at this stage. There is no failed deployment shown in CodeDeploy so I don't see a way to get more information about what has failed.

My policy for CodePipeline is copied from the one documented here: https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-custom-role.html#view-default-service-role-policy

I have read through the troubleshooting docs here: https://docs.aws.amazon.com/codepipeline/latest/userguide/troubleshooting.html

I believe my issue is similar to the one described here: https://forums.aws.amazon.com/thread.jspa?messageID=897822 I've tried to provide as much detail as I can.

I'm pretty well stuck at this point - is there anything else I should be trying at this stage?

thanks!

질문됨 5년 전1619회 조회
2개 답변
0

I have resolved this. After very carefully re-checking all my artifacts I discovered that the taskdef.json was not correctly formed. This is my own fault but it would have been so nice if the error could have given me a clue along those lines - I probably should have realised it sooner given that is a difference between triggering the deployment manually vs doing it via CodePipeline.

Now that the inputs are correct it appears to be working correctly.

답변함 5년 전
0

Please help

I'm same as you but the log is like below: Deploy log

답변함 2일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠