
nodejs-app-tg
Health check settings:
/healthNote: Must Add Health Check Route to Project
// Add to app.js or routes
app.get('/health', (req, res) => {
res.status(200).json({
status: 'OK',
timestamp: new Date(),
uptime: process.uptime()
});
});

Click “Create target group”



nodejs-app-alb
Network mapping:
Security Groups:
alb-sg
nodejs-app-tg

Port 9000: