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년 전1846회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠