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
Copy file name to clipboardExpand all lines: docs/reference/migration/migrate_8_19.asciidoc
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,9 @@ to mitigate the impact.
32
32
*Details* +
33
33
In earlier versions of {es} the `discovery-ec2` plugin was based on the AWS SDK v1. AWS will withdraw support for this SDK before the end of the life of {es} {minor-version} so we must migrate to the newer AWS SDK v2.
34
34
Unfortunately there are several differences between the two AWS SDK versions which may require you to adjust your system configuration when upgrading to {es} {minor-version} or later. These differences include, but may not be limited to, the following items.
35
+
35
36
* AWS SDK v2 does not support the EC2 IMDSv1 protocol.
37
+
36
38
* AWS SDK v2 does not support the `aws.secretKey` or
37
39
`com.amazonaws.sdk.ec2MetadataServiceEndpointOverride` system properties.
38
40
@@ -45,6 +47,7 @@ Unfortunately there are several differences between the two AWS SDK versions whi
45
47
*Impact* +
46
48
If you use the `discovery-ec2` plugin, test your upgrade thoroughly before upgrading any production workloads.
47
49
Adapt your configuration to the new SDK functionality. This includes, but may not be limited to, the following items.
50
+
48
51
* If you use IMDS to determine the availability zone of a node or to obtain
49
52
credentials for accessing the EC2 API, ensure that it supports the IMDSv2
50
53
protocol.
@@ -68,6 +71,7 @@ Adapt your configuration to the new SDK functionality. This includes, but may no
68
71
*Details* +
69
72
In earlier versions of {es} the `repository-s3` plugin was based on the AWS SDK v1. AWS will withdraw support for this SDK before the end of the life of {es} {minor-version} so we must migrate to the newer AWS SDK v2.
70
73
Unfortunately there are several differences between the two AWS SDK versions which may require you to adjust your system configuration when upgrading to {es} {minor-version} or later. These differences include, but may not be limited to, the following items.
74
+
71
75
* AWS SDK v2 requires users to specify the region to use for signing
72
76
requests, or else to run in an environment in which it can determine the
73
77
correct region automatically. The older SDK would try to determine the
@@ -77,6 +81,7 @@ Unfortunately there are several differences between the two AWS SDK versions whi
77
81
`us-east-1` if no better value could be found.
78
82
79
83
* AWS SDK v2 does not support the EC2 IMDSv1 protocol.
84
+
80
85
* AWS SDK v2 does not support the
81
86
`com.amazonaws.sdk.ec2MetadataServiceEndpointOverride` system property.
82
87
@@ -92,14 +97,17 @@ Unfortunately there are several differences between the two AWS SDK versions whi
92
97
longer has any effect.
93
98
94
99
* AWS SDK v2 does not support the `log-delivery-write` canned ACL.
100
+
95
101
* AWS SDK v2 counts 4xx responses differently in its metrics reporting.
0 commit comments