Hello team! I was wondering, I saw several threads...
# ask-metaflow
r
Hello team! I was wondering, I saw several threads here about deployment tools such as https://outerbounds-community.slack.com/archives/C020U025QJK/p1668156404991759, and I was wondering what was my best option to deploy metaflow knowing I have already a stack written in CDK v2. I have started another stack in terraform to deploy it but i will need to hardcode some values and would prefer to use CDK v2 for doing so, keeping it consistent in one place. Thank you very much!
1
a
Terraform is probably the most feature complete and well supported option today. This said, if you have experience with infra, it shouldn't be super hard to translate/reimplement things using CDK. After all its a pretty run-of-the-mill stack with a couple containers running on ECS, an RDS database and pretty vanilla AWS Batch config
👍 1
r
Thank you, im gonna go for terraform and see if i can allocate time for CDK v2 (and will share)!