https://lhy.kr/elb-healthcheck-for-django
Elastic Beanstalk의 Django 애플리케이션에서 발생하는 ELB Health check 4xx에러 해결
최근 Django프로젝트를 배포할 때는 항상 Docker와 AWS Elastic Beanstalk을 사용하고 있다. 이번 포스팅에서는 Elastic Beanstalk에 Django애플리케이션을 배포할 때, Elastic Load Balancing서비스에서 Health check가 실
lhy.kr
AWS elastic beanstalk 100.0 % of the requests are erroring with HTTP 4xx
AWS elastic beanstalk 100.0 % of the requests are erroring with HTTP 4xx
My AWS Elastic Beanstalk account keeps getting down with the error: "Environment health has transitioned from Ok to Severe. 100.0 % of the requests are erroring with HTTP 4xx" On a daily basis. When
stackoverflow.com
문제
서버 상태가 severe 로 나옴
원인
ping 검사가 반려됨
해결
cors 에 EC2 인스턴스 private IP 를 추가 할 것
'BE > AWS' 카테고리의 다른 글
[ AWS ] 인스턴스 종료 되지 않을때 (0) | 2022.02.21 |
---|---|
[ AWS ] IAM 계정에 대한 billing 접근 허용 (0) | 2021.11.12 |
[ AWS ] EB 업로드 통신 크기 제한해제 (0) | 2021.10.12 |
[ AWS ] Elastic Beanstalk 환경의 SSL (0) | 2021.04.23 |
[ AWS ] credentail configure (0) | 2021.03.01 |