Hi, i'm trying to deploy an ECS container through bitbucket pipelines. I'm following this example:
https://bitbucket.org/bitbucketpipelines/example-aws-ecs-deploy/src/master/
But the pipeline console throw me this error:
I thought it was a AWS IAM permission policy, but I already added this permissions to my AIM user:
But the error persists.
This is my pipeline:
My task-definition-template.json:
Regards
Hi @Tomas
Good question.
Make sure you setup AWS IAM role according to the official docs Amazon ECS task execution IAM role.
Best regards,
Oleksandr Kyrdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.