Hello! I’m very new to Flyte, and I’m trying to d...
# ask-the-community
e
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
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
@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
Hi @Ekku Jokinen Welcome to the community
e
Thank you both @Ketan (kumare3) and @Martin Stein!
k
It should just work as long as your EKs has permissions
Flyte will not pull the images
163 Views