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

disable metadata v2 for AWS #141

Open
shaigbdb opened this issue Aug 13, 2024 · 0 comments
Open

disable metadata v2 for AWS #141

shaigbdb opened this issue Aug 13, 2024 · 0 comments
Assignees

Comments

@shaigbdb
Copy link
Contributor

latest 7.x ES versions don't support aws metadata v2, but launch templates and instances create this as required by default.
This needs to be added to launch templates and the bootstrap instance:

metadata_options {
http_tokens = "optional"
}
(possibly in 8.x we can do without this - to verify)

@shaigbdb shaigbdb self-assigned this Aug 13, 2024
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