Select Language:
When an AWS SDK reaches its End-of-Support date, it means AWS will stop providing updates or new releases for that SDK. However, all the recent versions you’ve already downloaded or used will stay available through public package managers, and the code will still be accessible on GitHub, although the repository may be archived.
Here’s what you need to know:
Your current understanding of the different phases is pretty accurate. You are in a period where only critical bug fixes and security patches are provided, which lasts until August 1, 2025. After that, the End-of-Support date is set for August 1, 2026. During this time, the SDK still works, but AWS won’t be updating it anymore.
As for your Android app: the AWS SDK for Android should keep working even after the End-of-Support date. This is because the SDK is just code on the client side that calls AWS services via APIs. Ending support doesn’t affect the services themselves, so your app should continue functioning as it currently does.
But there are some important things to keep in mind. Without ongoing updates, your SDK won’t get support for new AWS features, services, regions, or bug fixes that aren’t critical. Over time, as AWS updates their services, your SDK might start having compatibility issues. Plus, security vulnerabilities discovered after the support ends won’t be fixed, leaving your app potentially at risk.
To stay secure and up-to-date, AWS recommends migrating your project to AWS Amplify for Android, which is built on the latest AWS SDK for Kotlin. Moving to this newer platform will give you access to the latest features, security updates, and ongoing support.
If you want help planning your migration or have specific technical questions, it’s a good idea to reach out through your existing support case on AWS Support Center. You can find it at AWS Support Center.
This way, you can make sure your app remains secure and compatible well into the future.



