AWS Copilot에서 nginx를 실행해 봅니다.
Copilot 설치
curl -Lo /usr/local/bin/copilot https://github.com/aws/copilot-cli/releases/download/v0.1.0/copilot-darwin-v0.1.0 && \
chmod +x /usr/local/bin/copilot && \
copilot --help
Dockerfile 준비
mkdir copilot
cd copilot
copilot
디렉토리에 아래의 Dockerfile을 만듭니다.FROM nginx:alpine
EXPOSE 80
COPY . /usr/share/nginx/html
copilot init
copilot init
CLI상에서 몇 가지 질문을 받으므로 아래를 입력・선택했습니다.
Application name: nginx-test
Service type: Load Balanced Web Service
Service name: nginx
Dockerfile: ./Dockerfile
확인
브라우저
이전
copilot init
의 실행 결과, 마지막 줄에 URL이 나열됩니다.여기에 액세스합니다.
✔ Deployed nginx, you can access it at http://nginx-Publi-64I230BK4R******5852852.ap-northeast-1.elb.amazonaws.com.
AWS ECS
FARGATE에서 방금 전의 nginx가 실행 중입니다.
참고
공식:
htps : // 아 ws. 아마존. 코 m / jp / b ぉ gs / 네 ws / 인 t 로즈 신 g
Reference
이 문제에 관하여(AWS Copilot에서 nginx를 실행해 봅니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/akkiii/items/69dcff9eabc2b187daef텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)