Hello guys, I've been trying to fix a problem for ...
# ask-metaflow
a
Hello guys, I've been trying to fix a problem for days and have no clue why I'm getting this error... I'm facing an error in the step where the flow uses AWS Batch for Service. For context, this test was made locally with the AWS config and the AWS deployment was made with Kubernetes and I checked that all the modules seems to been working fine. I get the following error:
Copy code
Task is starting (status RUNNING)...
Setting up task environment.
Downloading code package...
Code package downloaded.
Task is starting.
AWS Batch error:
Essential container in task exited This could be a transient error. Use @retry to retry.

Metadata request (/flows/HelloAWSFlow/runs/13/steps/hello/tasks/37/metadata) failed (code 403): {"message":"Forbidden"}
I've search here in slack the
Forbidden
error, but all the examples are from the beginning of the flow.. This one I'm getting happens in the AWS Batch while the task is Running and I've tried a lot of things but nothing resolved.. I've tried removing the use of the API Key, checked the Log from the metadata service and see a 200 status from POST to the flow url.. Does anybody have any idea what could it be?
1