HealthCheck Configuration - RyanShahidi/Django-Nuxt-Docker-AWS-Cookiecutter GitHub Wiki
Setting up HealthCheck
- Open EC2 and click Target Groups under Load Balancing on the left.
- Under group details you will see Health check settings. Click Edit.
- Health Check protocol - HTTPS
- Health check path - /api/healthcheck/
- This path has already been configured in the core app on the backend