Cody Scandore
06/22/2023, 8:30 PMflyte-binary
deployment on AWS EKS. Is there any change in AWS role permissions to allow Cloudwatch writing? If so, it looks like I have 4 active roles in IAM related to flyte (nodeInstance, cluster service, load balancer, and flyte-system-role
).Samhita Alla
task_logs
configuration look like?
https://docs.flyte.org/projects/cookbook/en/latest/auto/deployment/configure_logging_links.htmlCody Scandore
06/23/2023, 6:50 PMlogging:
level: 1
plugins:
cloudwatch:
enabled: true
templateUri: |-
<https://console.aws.amazon.com/cloudwatch/home?region=us-west-2#logEventViewer:group=/eks/opta-development/cluster;stream=var.log.containers.{{> .podName }}_{{ .namespace }}_{{ .containerName }}-{{ .containerId }}.log
jeev