Hello, i have used the terraform receipe to create...
# prefect-aws
c
Hello, i have used the terraform receipe to create all the ressources in AWS. Also my deployment runs in Prefect Cloud. If I start a new Run, the aws ecs instance get the flow transmitted, flow starts running and fails than because of an Boto3 exception. if I have added the the profilename to "default", i get an error that the profile name is not available. If i remove the profilename I get an error "botocore.errorfactory.ClientException: An error occurred (ClientException) when calling the DescribeTaskDefinition operation: Unable to describe task definition." Can someone help me here out? Thanks CHristian
👀 1
Now I get following error. prefect_aws.ecs.TaskFailedToStart: CannotPullContainerError: pull image manifest has been retried 5 time(s): failed to resolve ref docker.io/prefecthq/prefect:2-python3.10: failed to do request: Head "https://registry-1.docker.io/v2/prefecthq/prefect/manifests/2-python3.10": dial tcp 34.194.164.123443 i/o timeout what i'm doing wrong? i'm completly lost in this case
Seems that we found the issue... We have within our orginazation some policys that IAM ServiceRoles are not allowed to do some actions. If I used an AWS Sandbox like from (A CLoudGuru f.e.) everything runs smoothly.. Need to investigate internally what is blocked here.