Could anyone share client config necessary to make an AWS EC2 instances tags available as meta data? I’m trying to create constraints for Jobs based on these tags.
Hi @jsleeuw
Did you explore this option? Nomad 1.5 adds single sign-on and dynamic node metadata
You should be able to set this at your instance script as part of the nodes bootstrap scripts (cloud-init?).
This looks great, I will give it a try. Thanks!