NodeJS Beanstalk EC2 HTTPS Load Balancing

0

Hello! I setup a Nodejs Beanstalk instance and created a NLB for balancing. My whole flow is Client -> Global Accelerator -> NLB -> EC2 -> Out. I pointed my subdomain for my API to the global accelerator DNS Name and was able to access it via https and http however I could not get SSL working. Is this because NLB cant have a SSL cert (I may be wrong on this)? What is the solution to this. Also would it be better todo Client -> Global Accelerator -> NLB -> ALB -> EC2 -> Out. I saw some documentation stating that I need to have a ALB infront of my NLB to have SSL Https.

asked 2 years ago101 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions