cloudposse / terraform-aws-eks-node-group

Terraform module to provision a fully managed AWS EKS Node Group
https://cloudposse.com/accelerate
Apache License 2.0
91 stars 128 forks source link

Change validation of put response hop limit to allow `1` as value to limit access to worker node's metadata endpoint #122

Closed jakubbujny closed 1 year ago

jakubbujny commented 2 years ago

what

why

aws ec2 modify-instance-metadata-options --instance-id <value> --http-tokens required --http-put-response-hop-limit 1
jakubbujny commented 2 years ago

/test all

Gowiem commented 2 years ago

/test all

christoffer-eide commented 2 years ago

Any hope of getting this PR merged?