AWS One Liners: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 November 2024

  • curprev 02:2002:20, 13 November 2024 Iwiseman talk contribs 409 bytes +409 Created page with "=Introduction= This page is for one liners for helping with AWS =Logs= You can tail a log group with <syntaxhighlight lang="bash"> aws logs tail MY-Service-LogGroup --follow </syntaxhighlight> You can search the logs with <syntaxhighlight lang="bash"> aws logs filter-log-events --log-group-name MY-Service-LogGroup --start-time `date -d 2024-11-12T00:00:00Z +%s`000 --filter-pattern ERROR </syntaxhighlight>"