전체 글 (46) 썸네일형 리스트형 AWS SAM CLI 설치 및 초기설정 https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/install-sam-cli.html Install the AWS SAM CLI - AWS Serverless Application ModelThe AWS SAM CLI might interact with filepaths that exceed the Windows max path limitation. This may cause errors when running sam init due to Windows 10 MAX_PATH limitations. To resolve this issue, the new long paths behavior must be config.. AWS 초기설정 -RDS MySQL AWS 초기설정 1. apache 설치 후 확인2. java 설치 후 확인3. tomcat 설치 후 확인4. mysql 설치 후 확인 (bastion host를 위한 client 설치) 1. apache 설치 후 확인sudo apt update sudo apt upgrade -y sudo apt install apache2 -y sudo systemctl status apache2 2.java 설치 후 확인 OpenJDK 17 설치 (최신 LTS 버전) sudo apt install openjdk-17-jdk OpenJDK 21 설치 (최신 버전) sudo apt install openjdk-21-jdk 3. tomcat 설치 후 확인sudo wget https://dlcdn.apache.org/tomcat/tom.. 이전 1 2 3 4 ··· 16 다음