https://flyte.org logo
e

Ekku Jokinen

07/27/2022, 2:17 PM
Hello! I’m very new to Flyte, and I’m trying to deploy some workflows to AWS to make processing faster. I have a deployment running, console is accessible and all. Now I need to deploy the custom images to AWS, and I’m wondering what would be the recommended way to do so. I understand the images should be pushed to a registry, should I go for AWS ECR, perhaps Docker hub, or something else? And after pushing the images to a registry, how do I configure the flyte cluster to be able to access those images? Best, Ekku, CTO & Co-Founder @ inven
k

Ketan (kumare3)

07/27/2022, 2:53 PM
Hi @Ekku Jokinen firstly welcome to the community and thank you for trying Flyte. To push the container you can use any registers for AWS my recommendation is ECR, as permissions are easier
e

Ekku Jokinen

07/27/2022, 2:56 PM
@Ketan (kumare3) Thanks for the recommendation! I’ll give ECR a try. Do I need to configure flyte permissions somehow for it to access the images? Or should it just work
m

Martin Stein

07/27/2022, 2:58 PM
Hi @Ekku Jokinen Welcome to the community
e

Ekku Jokinen

07/27/2022, 2:59 PM
Thank you both @Ketan (kumare3) and @Martin Stein!
k

Ketan (kumare3)

07/27/2022, 3:21 PM
It should just work as long as your EKs has permissions
Flyte will not pull the images
7 Views