Hey all - made some pull requests to modernize the...
# dev-metaflow
f
Hey all - made some pull requests to modernize the Terraform stack for AWS Batch.
First - AWS Batch introduced a Service Linked Role a while back, where the Batch service team maintains the right permissions for the Batch managed services to run properly. PR#102 Using the service role allows for a larger set up compute environment in-place updates. Also a lot less likely that a CE goes invalid due to unintended service role changes.
Second: PR #100 - allow custom user data for a launch template. This allows you to (among other things) supply mounting instructions for FSx for Lustre and other parallel files systems that need to be done at the host level.
a
thanks! we are at kubecon this week. we will try to get to this next week!
👍 1
f
Thanks! Related question - we have a Youtube channel, HPC Tech Shorts, would someone from Outerbounds be interested in joining us for an episode showcasing Metaflow features and how it works on Batch and other AWS services?
a
Sure! I will be happy to!
b
Hi @fresh-accountant-22910 -- left a small comment on #100 do you think it is better to supply the raw string instead? and let terraform convert to
base64
encoding for us? what I am suggesting is essentially mentioned here: https://github.com/outerbounds/terraform-aws-metaflow/pull/100#issuecomment-2501478599
f
Probably a good idea. Will submit a revision after ReInvent
👍 1
FYSA - I made the changes and uploaded to GH
👀 1