Open spectrumjade opened 1 month ago
This PR configures the handful of ASG launch templates to enforce IMDSv2 (this is done by setting http_tokens to required).
http_tokens
required
In addition, http_put_response_limit is set to 3 in order to accommodate nested containers, should they need to use IMDS.
http_put_response_limit
@spectrumjade is attempting to deploy a commit to the Meta Open Source Team on Vercel.
A member of the Team first needs to authorize it.
This PR configures the handful of ASG launch templates to enforce IMDSv2 (this is done by setting
http_tokens
torequired
).In addition,
http_put_response_limit
is set to 3 in order to accommodate nested containers, should they need to use IMDS.