Not able to find apps which use older SDK version #2773
-
Hello, AWS recommended via notification that we should update the AWS SDK for Java version but I'm not able to find which applications are affected via the AWS console, relevant guide: https://aws.amazon.com/blogs/developer/tls-1-3-incompatibility-with-aws-sdk-for-java-versions-1-9-5-to-1-10-31/ Maybe some of you faced this already? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Yoruh, you won't find this information in AWS Console. As the blog post describes, your application is impacted if you are using the AWS SDK for Java versions 1.9.5 to 1.10.31 to interact with AWS services. If you use
|
Beta Was this translation helpful? Give feedback.
-
Is there some good documentation on which versions of the SDK support which versions of TLS? |
Beta Was this translation helpful? Give feedback.
Hi Yoruh, you won't find this information in AWS Console.
As the blog post describes, your application is impacted if you are using the AWS SDK for Java versions 1.9.5 to 1.10.31 to interact with AWS services.
If you use
maven
, to identify the Java SDK version you're using you can run: