AWS Specific Tips
When using cloudwatch logs use the top date filter to restrict the date range
The following cloudwatch queries may be useful
fields @timestamp, @message, @logStream, @log
| filter @message not like /RecordClusteringService/ and @message not like /BibRecordService/
| sort @timestamp desc
| limit 2000
Operated as a Community Resource by the Open Library Foundation