강의

멘토링

커뮤니티

Inflearn Community Q&A

190204's profile image
190204

asked

AWS deployments that can be applied directly to practice

2.3 Elastic Load Balancer ↔️ EC2

2.3 Elastic Load Balancer ↔️ EC2

Resolved

Written on

·

180

·

Edited

0

2.3 Elastic Load Balancer EC2

강의 보면서 따라하는 중인데

Listeners and rules 에서 
HTTPS:443 옆에 Not reachable 이라고 뜹니다.

image.pngimage.png

그리고 https 연결도 안되네요

보안 그룹은 아래와 같이 설정되어있습니다.

스크린샷 2024-07-29 오후 7.43.21.png

어떤 부분이 잘못된걸까요?

awsdocker서버리스aws-ecsaws-ec2cloudfront

Answer 1

0

jasonkang님의 프로필 이미지
jasonkang
Instructor

  1. load balancer의 security group에서 443이 열려있는지 확인해주시고,

  2. 만약 열려있다면, 443과 연결된 target group과 연결된 ec2 instance의 port가 load balancer를 향해서 열려있는지 확인해주세요~

190204's profile image
190204

asked

Ask a question