🌐
The AWS News Feed
aws-news.com › article › 01926d4c-8071-816e-3e6c-7e42d37c9198
Extension of EOL Dates for Amazon Corretto 8 and 11 | The AWS News Feed
October 8, 2024 - Amazon extends the End of Life (EOL) dates for Amazon Corretto 8 to December 2030 and Corretto 11 to January 2032, halting support for JavaFX in Corretto…
🌐
AWS
aws.amazon.com › about-aws › whats-new › 2024 › 10 › extension-eol-dates-amazon-corretto-8-11
Extension of EOL Dates for Amazon Corretto 8 and 11 - AWS
August 1, 2024 - We are pleased to announce that Amazon is extending the End of Life (EOL) dates for Amazon Corretto 8 and Amazon Corretto 11.
Discussions

Amazon Corretto has pushed their EOL dates for v8 and v11 further into the future
Link to product page on endoflife.date Amazon Corretto Details of incorrect and correct details you have found According to an update notice from Amazon: Amazon Corretto 8: December-2030 Previous E... More on github.com
🌐 github.com
2
October 10, 2024
java - Differences Amazon Corretto and OpenJDK - Stack Overflow
Amazon also plans to apply urgent fixes (including security) outside of the regular quarterly cycle when they are available and ready to use. ... As you can see, Corretto is a great choice if you want to stay secure and up-to-date, don't want to pay money, and don't want to be constantly upgrading to a new version. Here are the current end of life ... More on stackoverflow.com
🌐 stackoverflow.com
java - OpenJdk LTS vs AWS Corretto - both offer LTS, Corretto seam to be 4 yrs behind? - Stack Overflow
I understand differences btw Oracle Jdk, OpenJdk, AWS Corretto. I know AWS team maintains Corretto, gives long term support for free but OpenJDK also has LTS support (8, 11, 17, ..) so other than A... More on stackoverflow.com
🌐 stackoverflow.com
java - What happens with Corretto now that OpenJDK 8 and 11 are no longer supported by Oracle? - Stack Overflow
Starting next week Oracle will no longer support free public releases for OpenJDK 8 or 11. They are also moving to a subscription model for all production use. How will this affect Corretto moving More on stackoverflow.com
🌐 stackoverflow.com
🌐
Amazon Web Services
aws.amazon.com › developer tools › amazon corretto › faqs
Amazon Corretto FAQs
2 weeks ago - Frequently asked questions about Amazon Corretto a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Corretto comes with no-cost long-term support. Amazon runs Corretto internally on thousands of production services and Corretto is certified as ...
🌐
End of Life Date
endoflife.date › amazon-corretto
Amazon Corretto | endoflife.date
May 9, 2026 - Check end-of-life, release policy and support schedule for Amazon Corretto.
🌐
GitHub
github.com › endoflife-date › endoflife.date › issues › 5994
Amazon Corretto has pushed their EOL dates for v8 and v11 further into the future · Issue #5994 · endoflife-date/endoflife.date
October 10, 2024 - Link to product page on endoflife.date · Amazon Corretto · Details of incorrect and correct details you have found · According to an update notice from Amazon: Amazon Corretto 8: December-2030 · Previous EOL date was April 2026 · Amazon ...
Author   endoflife-date
🌐
Cloud Steak
cloudsteak.com › home › aws – extension of eol dates for amazon corretto 8 and 11
AWS - Extension of EOL Dates for Amazon Corretto 8 and 11 - Cloud bites from the grill
October 8, 2024 - We are pleased to announce that ... Amazon Corretto 8: December-2030 Previous EOL date was April 2026 Amazon Corretto 11: January-2032 Previous EOL date was September ......
🌐
Aws-news
aws-news.com › article › 2024-10-08-extension-of-eol-dates-for-amazon-corretto-8-and-11
Extension of EOL Dates for Amazon Corretto 8 and 11
October 8, 2024 - Amazon extends the End of Life (EOL) dates for Amazon Corretto 8 to December 2030 and Corretto 11 to January 2032, halting support for JavaFX in Corretto 8 from...
🌐
Atlassian
shibboleth.atlassian.net › wiki › spaces › DEV › pages › 1177321655 › Java+Distributions
Java Distributions - Development Center - Confluence
Amazon’s support lifecycle for Corretto can be found at Amazon Corretto FAQs: Corretto 11 end of life is January 2032.
Find elsewhere
🌐
AWS
docs.aws.amazon.com › amazon linux › release notes › package support statements
Package support statements - Amazon Linux 2023
The last planned update of Amazon Corretto 11 is in October 2031, with an End of Life in January 2032.
🌐
AWS
aws.amazon.com › about-aws › whats-new › 2020 › 08 › amazon-corretto-8-11-support-extended
Amazon Corretto 8 & 11 support extended - AWS
August 20, 2020 - Discover more about what's new at AWS with Amazon Corretto 8 & 11 support extended
🌐
AWS
docs.aws.amazon.com › amazon linux › release notes › package support status
Package support status - Amazon Linux 2023
The last planned update of Amazon Corretto 17 is in July 2029, with an End of Life in October 2029. ... The last planned update of Amazon Corretto 11 is in October 2031, with an End of Life in January 2032.
Top answer
1 of 5
68

From Amazon's description:

"Patches and improvements in Corretto enable Amazon to address high-scale, real-world service concerns, meeting heavy performance and scalability demands. We’re making these available to customers with no-cost, long-term support, with quarterly updates including bug fixes and security patches. AWS will also provide urgent fixes to customers outside of the quarterly schedule"

So Corretto has tweaks that are specific to performance (e.g. for server or cloud applications), and also additional bug fixes that users can take advantage of that aren't necessarily in OpenJDK proper yet. Also with this Amazon is offering proper LTS support of their build, as other commercial companies are starting to do for the JDK (Oracle and Azul come to mind, as well as others).

2 of 5
43

Other than any performance benefits, an important reason to use Corretto is for its Long Term Support of its releases, including security vulnerabilities.

One of the important differences between OpenJDK and several other vendors (like Amazon Corretto) is their release and support cycle.

OpenJDK is on a 6-month release cycle and only support each release for this time. After the next release, the previous release will stop receiving patches. This means to stay up to-to-date, you must upgrade every 6 months.

Corretto on the other hand offers LTS (Long Term Support) of their JDK builds.

Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK) that comes with long-term support (LTS). LTS includes Amazon’s commitment to provide performance enhancements and security updates at no cost until at least the specified date for the relevant release version (e.g. May 2026 for Corretto 8). Updates are planned to be released quarterly. Amazon also plans to apply urgent fixes (including security) outside of the regular quarterly cycle when they are available and ready to use.

To summarize, you have 3 options:

  1. Use OpenJDK for free, but upgrade every 6 months to get updates
  2. Use a paid JDK from Oracle or another vendor
  3. Use Corretto for free, and get free updates for several years

As you can see, Corretto is a great choice if you want to stay secure and up-to-date, don't want to pay money, and don't want to be constantly upgrading to a new version.

Here are the current end of life dates for Corretto:

  • version 8 LTS June 2026
  • version 11 LTS September 2027
  • version 17 LTS October 2029

Non-LTS versions are available as well, but are supported for a shorter period of time.

The is a variety of JDK vendors out there, so there may be other alternatives for a free and updated JDK, but be sure to read the vendors website carefully to understand their support and patching policy. Personally I think Corretto is a great choice, and something you can be confident will be patched in a timely manner.

Top answer
1 of 2
2

but OpenJDK also has LTS support (8, 11, 17, ..)

Be careful with your use of names here.

OpenJDK is the name of an open-source project. That project implements the Java specifications published by Oracle. The OpenJDK project is owned by Oracle Corp but enjoys the contributions of code and labor by IBM, Apple, and other companies and individuals.

The OpenJDK project provides only source code. For executable builds of that software, and installers for that software, you must look elsewhere. Several vendors offer binaries and installers.

The confusion comes from the fact that Oracle Corp legally allows vendors to use the word “OpenJDK” in the name of their JDK products. This naming represents the fact that their product is based largely (if not entirely) on the OpenJDK source code.

what is the point of using Corretto

You have a choice of obtaining a JDK (implementation of the Java specs) from several vendors. You may have various reasons motivating your choice. One reason might be the possibility of purchasing a support plan. Another reason might be needing an implementation for a particular less-common platform. Another reason might be convenience, or familiarity with the vendor.

Some folks choose AWS Corretto because they intend to deploy on AWS cloud. Amazon promises to keep Corretto as close as is practicable to the same as what executes on the AWS cloud.

Why is Corretto so behind given that OpenJDK LTS is 17 and Correto is based on OpenJdk 11?

As explained well in the Answer by dave_thompson_085, your understanding of those versions is incorrect.

Amazon maintains releases of Corretto for all three long-term support (LTS) versions of Java: 8, 11, and 17. Amazon also has a release for the current version of Java, 19.

The version number of each Corretto release corresponds with the version of Java specs being implemented, as noted on their GitHub site.

2 of 2
2

Amazon Corretto currently provides 8 11 and 15 to 19 (including 17). More completely it follows Oracle and (at least most) other OpenJDK packagers by supporting designated LTS versions 8 11 17 long-term, but non-LTS versions only for a limited period (so 15 and 16 should go away soonish as 20 and 21 are added). Major version 11 was initially released in 2018 but the most recent maintenance aka patch version of 11 from Corretto is 11.0.17.8.1 just a few months ago, approximately the same as Oracle (my current Oracle 11 identifies as 11.0.17+10-LTS-269).

🌐
AWS
docs.aws.amazon.com › amazon linux › user guide › getting started with programming runtimes on al2023 › java in al2023
Java in AL2023 - Amazon Linux 2023
May 22, 2026 - AL2023 provides several versions of Amazon Corretto to support Java based workloads. All Java based packages included in AL2023 are built with Amazon Corretto 17 .
🌐
OpenJDK
mail.openjdk.org › pipermail › discuss › 2025-January › 006499.html
End-of-Life (EoL) timeline for OpenJDK 11 - Mailing Lists
Next message (by thread): End-of-Life (EoL) timeline for OpenJDK 11 · Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hello, at least Amazon supports of Coretto 11 was extended to 2032. https://aws.amazon.com/about-aws/whats-new/2024/10/extension-eol-dates-amazon-corretto-8-11/ ...