Django app that automatically adds the instance's public IP to ALLOWED_HOSTS for AWS Elastic Beanstalk health checks. Version 2.0.2 is current; release cadence is low (last release 2020).
pip install django-ebhealthcheckNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add to INSTALLED_APPS and MIDDLEWARE, then run management command periodically.
Run 'python manage.py update_eb_allowed_hosts' on a schedule (e.g., cron) to refresh IPs.
Test with your Django version. Consider alternative like django-allow-cidr or manual ALLOWED_HOSTS configuration.
Set EB_HEALTHCHECK_PATH in settings if your health check endpoint differs.