본문 바로가기
ops/aws

[Aws] amazon-linux 인스턴스 java-17 설치하기

by seohan1010 2024. 6. 25.

 

sudo yum install java-17-amazon-corretto

위의 명령어로 설치해 주면은 된다. 

 

 

 

 

자세한 사항은 아래의 포스팅을 참고 

 

https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/amazon-linux-install.html

 

Amazon Corretto 17 Installation Instructions for Amazon Linux 2 and Amazon Linux 2023 - Amazon Corretto 17

Amazon Corretto 17 Installation Instructions for Amazon Linux 2 and Amazon Linux 2023 This topic describes how to install and uninstall Amazon Corretto 17 on a host or container running the Amazon Linux 2 or Amazon Linux 2023 operating systems. Option 1: I

docs.aws.amazon.com