https://prefect.io logo
f

Farid

02/14/2022, 3:54 AM
Hi, Can anyone point me towards the right direction on how I can setup access for the Kubernetes Agent to read/write Results to a S3 bucket using a AWS iam roles? I have used Kube deployment and RBAC to setup the agent and I am not using a service account atm.
k

Kevin Kho

02/14/2022, 2:44 PM
I think you can either set this up using a Prefect secret to write into S3, or if you want to use IAM Roles, then you need something like this
3 Views