Hi, everyone. I have some doubts related to Prefec...
# ask-community
l
Hi, everyone. I have some doubts related to Prefect Hybrid model. I deployed a server and create a Agent as a ECS Task. Then I created a ECS Block in my server. In this process I used three images. The server and Agent images are standard prefechq images with different start commands, and the Worker image deployed in the ECS block is a custom image that uses prefecthq as basis. As I understand, the Worker is the execution layer in the Prefect architecture, so I applied all necessary permissions to this image. However, when I try to run a flow, I'm getting a S3 permission error saying prefect was unable to get the flow code. Should I apply the permission setting to the Agent image? any hint would be appreciated