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

Add support for AWS IMDS v2 #10324

Merged
merged 2 commits into from
Dec 8, 2020

Commits on Dec 6, 2020

  1. Add support for aws ec2 instance metadata v2

    A new field is add to the InstanceGroup spec with 2 sub fields,
    HTTPPutResponseHopLimit and HTTPTokens. These fields enable the user
    to disable IMDv1 for instances within an instance group.
    
    By default, both IMDv1 and IMDv2 are enabled in instances in an instance group.
    bharath-123 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    7f6e125 View commit details
    Browse the repository at this point in the history
  2. update integration tests

    bharath-123 committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    ee5d8a3 View commit details
    Browse the repository at this point in the history