View Logs
Tail logs in real-time:Replace
{infra_name} with your infra_name from settings.py (e.g.,
agentos-aws-template).ECS Service Status
View service status and recent events:What Success Looks Like
After a successful deployment, logs show:Warning Signs
Health Checks
The load balancer checks/health every 30 seconds.
If unhealthy, check:
- Container logs for startup errors
- Security group allows port 8000 from ALB
- Database connectivity (
DB_HOST,DB_PASS)