diff --git a/website/pages/docs/runtime/interpolation.mdx b/website/pages/docs/runtime/interpolation.mdx index 8838fd7c1..0706d06ef 100644 --- a/website/pages/docs/runtime/interpolation.mdx +++ b/website/pages/docs/runtime/interpolation.mdx @@ -242,6 +242,12 @@ Below is a table documenting common node properties: Instance type of the client (if on AWS EC2) + + + {'${attr.platform.aws.placement.availability-zone}'} + + Availability Zone of the client (if on AWS EC2) + {'${attr.os.name}'} @@ -260,6 +266,8 @@ Below is a table documenting common node properties: +The full list of node attributes can be obtained by running `nomad node status -verbose [node]`. + Here are some examples of using node attributes and properties in a job file: ```hcl