...
Logs for all API server replicas can be found under the the "r2d2.*" log groups in AWS CloudWatch [direct link]. The CloudWatch log exports are on a half-our schedule so expect a delay between an error and finding event and being able to view the logs in CloudWatch. Each server .
- Direct link to cloudwatch log groups.
- Filtered query in LogsExplorer.
Each server replica writes logs to /var/log/gunicorn/
and those can be viewed in realtime if you are logged inhave a shell into the replica.
Build and publish API server binaries
...