[Flyte on AWS issue]
Hey all, have a naive question, which folks here might be able to answer quickly. I’m running
flytectl register files --project flytesnacks --domain development --archive flyte-package.tgz --version v1
to run the example flyte wf on flyte in my AWS cluster, but
root issue: Flyteadmin is having an issue registering workflows, it’s giving me:
400, request id: 4f2d416c-94bb-40dd-9972-e89e7d9cb0db and base container: s3://<my s3 bucket name>","ts":"2022-08-11T14:20:02-04:00"}
what I think is missing: I think this is an access issue. I have an S3 bucket with an IAM managed policy allowing access to all S3 operations, and then I associate the policy with the Flyte system role I created here
https://docs.flyte.org/en/latest/deployment/aws/manual.html#flyte-system-role. I think that’s all the necessary setup needed; but I’m unclear how Flyteadmin actually associates the role as we don’t specify that anywhere. Does anyone know how to resolve this or any other tips?