Corretto 17 for Elastic Beanstalk

0

Hello,

When will Corretto 17 be available for Elastic Beanstalk?

The list currently contains Corretto 8 and 11, but Java LTS version 17 is unavailable for now.

Will this change shortly?

greetings Eric

已提問 2 年前檢視次數 1835 次
1 個回答
0

You can install and use Corretto 17 on your own using an ebextensions file. Inside your application bundle add a .ebextensions folder with a file name ending in .config" with this content:

packages:
  rpm:
    java17: https://corretto.aws/downloads/latest/amazon-corretto-17-x64-linux-jdk.rpm
  
container_commands:
  01_alternatives_set:
    command: sudo alternatives --set java /usr/lib/jvm/java-17-amazon-corretto.x86_64/bin/java
    
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南