sudo curl -L https://corretto.aws/downloads/latest/amazon-corretto-11-x64-linux-jdk.rpm -o jdk11.rpm # JDK 11 다운로드 sudo yum localinstall jdk11.rpm # JDK 11 설치 sudo /usr/sbin/alternatives --config java # EC2의 Java 버전 설정 java...
Report an issue with this product or seller ; Print length · 527 pages ; Language · English ; Publication date · January 1, 2018
Learn Amazon Web Services (AWS) Features with JavaScript & NodeJS
rpm # 설치되어 있는 jdk 확인하기 $ yum list installed | grep "java" java-11-amazon-corretto-devel.x86_64 1:11.0.18.10-1 installed # 설치한 jdk 제거 sudo yum remove java-11-amazon-corretto-devel.x86_64 1-3) Time...
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. Amazon Corretto 17 has a 'headless' variant available. This variant omits runtime dependencies that are typically associated with GUI applications such as X11 and ALSA and is worth considering for server-oriented workloads. The 'headful' variant adds support for X11 and ALSA. There is also a 'devel' package which contains the JDK developme...
웹 호스팅에 AWS를 사용해야 하는 이유는 무엇인가요? ; AWS는 기업, 비영리 단체 및 정부 기관에 맞게 사용자 지정된 클라우드 웹 호스팅 솔루션을 합리적인 비용으로 제공합니다. 다양한 웹 사이트 호스팅 옵션을 통해 적합한 옵션을 선택할 수 있습니다.
javax.mail.MessagingException: Could not connect to SMTP host: ~~, port: ~~; nested exception is: javamail 라이브러리를 이용하면서 생긴 에러다.(참고로, 필자는 javamail 라이브러리를 활용한 AWS[Amazon Web Service] SES[Simple Email...
사용하여 Amazon Simple Storage Service(S3) 버킷으로 해당 아티팩트를 내보낼 수 있습니다. 다음으로, inventory 명령을 사용하여 애플리케이션 서버에서 실행되는 Java 프로세스를...
AWS Amplify는 웹 및 모바일 앱을 구축하는 데 필요한 모든 것을 제공합니다. 간편하게 시작하고 확장할 수 있습니다.
JAVA 17 설치 sudo yum install java-17-amazon-corretto Scouter 설치 # 설치 wget https://github.com/scouter-project/scouter/releases/download/v2.20.0/scouter-all-2.20.0.tar.gz # 압축 풀기 tar -xvf...