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年前1845ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ