강의

멘토링

커뮤니티

Inflearn Community Q&A

wndud363954908's profile image
wndud363954908

asked

React + API Server Project Development and Deployment (CI/CD)

03. Distribution Process

Ubuntu를 사용하지 않고 Amazon Linux를 사용하는 이유가 있나요?

Written on

·

473

1

Ubuntu를 사용하지 않고 Amazon Linux를 사용하는 이유가 있나요?

SPAcicd

Answer 1

0

kenuheo님의 프로필 이미지
kenuheo
Instructor

답변 너무 늦어서 미안합니다.

Amazon에서 Ubuntu로 인스턴스 만들어서 진행할 수 있는데, 옵션 변경이 필요합니다.

Amazon Linux는 Redhat계열이라 yum 을 사용하는데, Ubuntu는 Debian계열이라 apt를 사용하기 때문에, 그렇습니다.

 

wndud363954908's profile image
wndud363954908

asked

Ask a question