Skip to content

Migrate to AWS SDK for Java version 2.x #4436

@ChristopherHahnTR

Description

@ChristopherHahnTR

Is your feature request related to a problem? Please describe.

  1. AWS SDK for Java 1.x has entered maintenence mode July 31, 2024 and will be end of support Dec 31, 2025.
  2. We are using eureka in AWS for an application storing government data which requires FIPS endpoints. My understanding is the sdk-v2 supports these requirements and v1 does not.

Describe the solution you'd like
I believe the solution is to change the classes in com.netflix.eureka.aws to use the sdk-v2 classes, as described in this link (with migration process)
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/home.html

Describe alternatives you've considered
The only way I see to make our server "fips compliant" per our architect team is to update aws sdk. But I'm trying to get more details on if the endpoints used by eureka really need to be 'fips compliant'.

Additional context
I'm not fully sure about how netflix uses the aws sdk. For sure my services use the route53 and EIPManager. You also have an AsgClient which I haven't looked into yet.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions