본문 바로가기

AWS

스프링 부트와 AWS로 혼자 구현하는 웹 서비스 (~39p) 개발 일기 마냥 쓰기로 결심 - 인텔리제이 설치완료 gradle 프로젝트를 스프링부트 프로젝트로 변경 - build.gradle 파일을 수정 * Gradle 이란? : Groovy를 이용한 빌드 도구 (다른 빌드 도구들: maven(pom.xml), Ant가 있다) : 다른 빌드 도구들의 단점을 보완함 * 책에 나왔던 build.gradle buildscript { ext{ springBootVersion = '2.1.7 RELEASE' } repositories { mavenCentral() jcenter() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") } } // .. 더보기
[AWS] : AWS로 웹 배포하기 3 (filezilla설치 후 war 배포) 1. filezilla client 설치 (제일 기본인거 설치하면됨) filezilla-project.org/ FileZilla - The free FTP solution Overview Welcome to the homepage of FileZilla®, the free FTP solution. The FileZilla Client not only supports FTP, but also FTP over TLS (FTPS) and SFTP. It is open source software distributed free of charge under the terms of the GNU General Public Licen filezilla-project.org 2. putty에 다시 접속해서 sudo c.. 더보기
[AWS] : AWS로 웹 배포하기 1 (인스턴스생성) 1. AWS 회원가입하기 (주의 : 1달러가 결제됨) 2. Amazone EC2(Amazone Elastic Compute Cloud 설명서) 들어가기 3. 인스턴스 시작 4. 우분투 리눅스 선택 5. 프리티어(무료)가 사용가능한 인스턴스 사용 6. 스토리지 편집 -> 스토리지 크기 30으로 바꾸기(최대 30이래서) 7. 새 키 페어 생성(무조건 영어로 / 다운로드 경로 잘 봐두기) 8. 인스턴스 생성 완료! 9. 인스턴스 확인 후 탄력적 ip 할당(고정 ip받기) _ 하나만 무료로 사용가능 주의~! **************띠용 돈나간다;;; 다시 확인해봄 10. 만든 인스턴스와 연결하기 10. 만든 인스턴스와 연결하기 완료~! 더보기