Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EKS: Support metadata IMDSv2 #334

Open
christoph-beckmann-tm opened this issue Mar 6, 2024 · 1 comment
Open

EKS: Support metadata IMDSv2 #334

christoph-beckmann-tm opened this issue Mar 6, 2024 · 1 comment

Comments

@christoph-beckmann-tm
Copy link

User Story
As EKS user
I wanna enable IMDSv2 for my launch templates
so that my EC2 instance running without IMDSv1

Full backgrund can be seen here:
https://aws.amazon.com/blogs/security/get-the-full-benefits-of-imdsv2-and-disable-imdsv1-across-your-aws-infrastructure/

AC

  • EC2 instance run with IMDSv2 enable
@christoph-beckmann-tm
Copy link
Author

I found metadata_options:
https://github.com/kbst/terraform-kubestack/blob/master/aws/cluster/configuration.tf#L33

      metadata_options_http_endpoint               = "enabled"
      metadata_options_http_tokens                 = "required"
      metadata_options_http_put_response_hop_limit = 1

I guess its just missing in the documentation:
https://www.kubestack.com/framework/documentation/clusters/#configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant