You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2024. It is now read-only.
Also experiencing this issue. It seems to happen for me when fargate task run fails before launching a container. You can repro this by running fargate with a new IAM user with enough IAM policy grants to create the ecsTaskExecutionRole but nothing else.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When creating a service in an empty cluster, I'm seeing the following error:
It looks like for whatever reason the
GetRole
call in CreateEcsTaskExecutionRole isn't finding the existing role, and tries to recreate it.https://github.com/jpignata/fargate/blob/master/iam/role.go#L28
If I delete the role, this code recreates it correctly, but the next service I try to add hits the same error.
The text was updated successfully, but these errors were encountered: