[AWS] CI/CD 구축 : EC2에 Jenkins 기본 설정하기
# H1 Title Content ## H2 Title Content ### H3 Title Content ref 2 ref 3 CI/CD 구축하기 2탄 1탄 Jenkins 설치는 해당 게시글 확인 https://hoooon-s.tistory.com/248 [AWS] CI/CD 구축 : EC2에 Jenkins 설치하기 # Architecture 우선 간단하게 구성을 하려 한다. 이후에 S3, Code Deploy 추가 후 SNS를 이용하여 Slack 알림까지 확장 해야겠다. # 사전 작업 ## EC2 생성 AMI : Amazon Linux 2 AMI 인스턴스 유형 : t2.micro 키페어 및 hoooon-s.tistory.com # Jenkins 기본 설정 ## 플러그인 설치 Jenkins 관리 > S..