You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: