https://flyte.org logo
Title
a

Aphra Bloomfield

11/10/2022, 4:38 PM
Hey, all! First post here 🙂 Does there exist a more recent outline on automated deployment of Flyte to AWS (EKS)? I’m trying to follow this guide, but Opta seems to encounter YAML validation errors when following these steps.
y

Yuvraj

11/10/2022, 4:40 PM
Opta is not in active development, You can generate terraform from opta config
opta generate-terraform --backend remote -c ./env.yaml --delete
opta generate-terraform --backend remote -c ./flyte.yaml --delete
Can you also post your error message ? Ideally it should work
a

Aphra Bloomfield

11/10/2022, 5:12 PM
Hmm, ok. I’m going to check in with infra engineers at my org to see if there’s a more streamlined way of provisioning EKS clusters that I’m not aware of, otherwise I’ll give the above commands a shot. Thank you!
@Yuvraj Do you know whether these Terraform files are still useable? Last push I see is 3 years ago. The reason I ask is because it would fit better into our build processes.
cc @Tyler Su
t

Tyler Su

11/10/2022, 10:03 PM
Hey Aphra, someone from the team will get to your question soon! hang tight, please
y

Yuvraj

11/11/2022, 6:55 AM
@Aphra Bloomfield it is very old terraform, Not actively maintained, Best way is to generate terraform from opta file
@Aphra Bloomfield If you are facing any issue with opta generated terraform then please let me know, I can help you