I'm very new to the AWS Codepipeline. I've setup an ECS cluster with the service and task definition with the image present in ECR. I have a CodeBuild job to push the new image to the ECR.
Once the pipeline is triggered, the CodeBuild runs fine and pushes the artifact to S3 and image to ECR. Post this, when the CodeDeploy job starts, I'm getting the following error.
Action execution failed InternalError. Error reference code.
I'm not getting any logs on this in cloudwatch or anywhere. Not sure what exactly is the issue.
Any help on this would be great. Would be able to provide more info if required.
Thanks in advance.