AWS CloudFormation stuck at CreateTags

0

I am trying to deploy ECS task. I have managed to do it once, however after deleting cluster and trying to create cluster with all valid names and parameters, i can't manage to do it.

Problem is that my CloudFormation stack is stuck in ECSService CREATE_IN_PROGRESS

Googling, I found out I can track exact what is happening using CloundTrail EventHistory and I found out I have a problem with CreateTags

It goes CreateTags then after some time it does DeleteNetworkInterface and then again in circle with CreateTags > DeleteNetworkInterface...

I have deleted cluster multiple times and created it but to no success. I have deleted ECR and pushed again but nothing works. I have checked out url to my repository image but it is okay.

One thing I noticed is massage you get when creating task Account settings for Resource Tagging Authorization are currently turned on. The ecs:TagResource Action is required to tag ECS resources., so I tried adding it to execution role which I also put into Task Role when creating Task Definition, but no success.

I have no idea what else to do. I do not get any error (except timeout on CloudFormation Stack).

Anyone have any clue what can I do?

Aleksa
demandé il y a 2 mois380 vues
1 réponse
0

Problem was with VPC configuration. You need to make sure you have allowed access to the internet.

See this post: https://stackoverflow.com/questions/61265108/aws-ecs-fargate-resourceinitializationerror-unable-to-pull-secrets-or-registry

Aleksa
répondu il y a 2 mois
profile picture
EXPERT
vérifié il y a 2 mois
profile picture
EXPERT
vérifié il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions