This message was deleted.
# general
s
This message was deleted.
w
Sorry for the trouble! Per https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using-service-linked-roles.html#create-service-linked-role, I believe this shouldn't happen unless the IAM user you were deploying with doesn't have sufficient permissions. Per those same docs, could you try running
aws iam create-service-linked-role --aws-service-name <http://ecs.amazonaws.com|ecs.amazonaws.com>
and see if that unblocks things?