For a system executing flows in AWS ECR and orches...
# ask-community
j
For a system executing flows in AWS ECR and orchestrated by Prefect Cloud, is there a way to redirect Prefect Cloud logs to CloudWatch?
k
Hey @Jacob Goldberg, I don’t think Prefect has something natively built-in for this, but you might be able to this with the
awslogs
log driver as seen here
j
@Kevin Kho Thanks for the tip!
k
The summary is you can try adding the env variable to ECSRun. You need appropriate IAM roles. Or you can do it through the task definition.