modify VM executors instance metadata options
A
Alex Alvarado
Need to be able to set the VM executor instance metadata options to increase the http-put-response-hop-limit as described in this AWS guide:
Would like to configure this option for the VM executors
Example:
aws ec2 run-instances
--image-id ...
--metadata-options "HttpPutResponseHopLimit=2"
Naoya Matayoshi
Support update (Aug 2026): A Server customer is still blocked on this for IMDSv2 + Dockerized observability on machine-provisioner VMs. Code path still does not set HttpPutResponseHopLimit (defaults to 1). Please consider defaulting to 2 and/or exposing via Helm values for Server.