반응형
ALB설정시 target에 대해 health 체크 에러가 발생하는 경우가 있습니다.
이유는 아래와 같습니다
1) 대상 ec2 웹 서버 비활성화
웹 서버(아파치 or 노드)를 띄웠는지 확인합니다
2) index.html 파일 위치
만약 아파치 서버일 경우, index.html을 아래 명령어로 복사해줍니다
cp /usr/share/httpd/noindex/index.html /var/www/html/index.html
저는 2번으로 문제를 해결했습니다
'개발' 카테고리의 다른 글
[AWS] http -> https redirect (0) | 2022.06.23 |
---|---|
[Linux] 프로세스 죽이기 (0) | 2022.06.22 |
[Python] use pm2 in python (0) | 2022.06.13 |
[Javascript] localStorage, sessionStorage, cookie의 의외점 (0) | 2022.06.12 |
[Python] TypeError: unsupported operand type(s) for -: 'datetime.date' and 'datetime.datetime' (0) | 2022.06.11 |