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

Update AWS metadata version #418

Closed
jhmartin opened this issue May 28, 2020 · 1 comment · Fixed by #421
Closed

Update AWS metadata version #418

jhmartin opened this issue May 28, 2020 · 1 comment · Fixed by #421

Comments

@jhmartin
Copy link

Feature Request

Environment

AWS

Desired Feature

const URL: &str = "http://169.254.169.254/2009-04-04";
references a fairly old AWS metadata version. To avoid confusion during support cases, consider using 2016-09-02 which is the most recent version specified at https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html.

@lucab
Copy link
Contributor

lucab commented May 29, 2020

Self note: see similar thread on Ignition coreos/ignition#989.

zonggen pushed a commit to zonggen/afterburn that referenced this issue May 29, 2020
This changes updates the instance metadata version for AWS instances,
as mentioned in coreos#418.

Closes: coreos#418
Signed-off-by: Allen Bai <abai@redhat.com>
@lucab lucab closed this as completed in #421 Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants