AWS ECS FARGATE Does Not Pull ECR Images in CannotPullContainerError: Error response from daemon

Asked 2 years ago, Updated 2 years ago, 40 views

Thank you for your help.

We are currently creating an ECS (FARGATE) environment on AWS.

After finishing the task definition, I created a cluster and tried to de-produce it, but as stated in the title, I cannot pull the ECR image with the error below.

Which part should I look at as the cause?
I would appreciate it if you could let me know if you have any policy...

Reason for SituationCannotPullContainerError: Error response from daemon: Get https://[my repository id].dkr.ecr.ap-northeast-1.amazonaws.com/v2/:net/http:request cancelled while waiting for connection (Client.Timeout exceeded while waiting headers)
Commands ["bundle", "exec", "rails", "server"]

ECR Repository URI
[my repository id].dkr.ecr.ap-northeast-1.amazonaws.com/rails

aws

2022-09-30 16:17

1 Answers

I think the following will be helpful.
https://docs.aws.amazon.com/ja_jp/AmazonECS/latest/developerguide/task_cannot_pull_image.html


2022-09-30 16:17

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.