Hey guys, I am trying to execute a flow using pre...
# prefect-getting-started
j
Hey guys, I am trying to execute a flow using prefect agent running as ecs service. It is giving the following error. I have used prefecthq/prefect:2-python3.10 as docker image for running prefect agent. Can anyone help please.
j
Hey, you'll need to make sure that
prefect-aws
is installed wherever your flow code is executing. Depending on how your deployment is setup, this could be a different place then where your agent is runner
👍 1
As Jake mentioned, you'll need to ensure that
prefect-aws
is installed where your flow is executing. Believe you'll need to install
s3fs
as well, since you are using an s3 storage block.
j
Okay, will try it out using env in yaml file as you mentioned. Thanks for connecting!