After runningDocumentation Index
Fetch the complete documentation index at: https://agno-v2-team-approvals.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ag infra up prd:aws, verify everything is working before proceeding.
Check the Health Endpoint
Get your load balancer DNS from the AWS Console (EC2 → Load Balancers), then:Check CloudWatch Logs
Replace
{infra_name} with your infra_name from settings.py (e.g.,
agentos-aws-template).Check ECS Service Status
What Success Looks Like
| Check | Expected |
|---|---|
| Health endpoint | Returns {"status": "ok", ...} |
| CloudWatch logs | Shows “Application startup complete” |
| ECS service | Running count matches desired count |
| Load balancer targets | Shows “healthy” in AWS Console |
If Something Is Wrong
| Symptom | Next Step |
|---|---|
| Health returns error | Check CloudWatch logs |
| No logs appearing | Check ECS task started in AWS Console |
| Task keeps restarting | See Troubleshooting |