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