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

Use AWS SDK to fetch metadata #9227

Merged
merged 1 commit into from
May 31, 2020

Commits on May 31, 2020

  1. Use AWS SDK to fetch metadata

    Previously the EC2 metadata service was straightforward HTTP, but IMDS
    v2 now requires managing a session token (and is more secure for it).
    
    We now use the AWS SDK when retrieving metadata; it automatically
    supports IMDS v2.
    justinsb committed May 31, 2020
    Configuration menu
    Copy the full SHA
    7d7b896 View commit details
    Browse the repository at this point in the history