Eduardo Matus
04/06/2023, 12:37 AMFlyte User Role
Finally create a role for Flyte users. This is the role that user pods will end up assuming when Flyte kicks them off.
Create a role flyte-user-role from the IAM console. Select "AWS service" again for the type, and EC2 for the use case. Also add the AmazonS3FullAccess policy for now.
The flyte user role is the one the docker image will use to access resources (like S3, elasticsearch, etc?)Ketan (kumare3)