I'm a newb; here's how I'm currently attempting to view the latest activity in my ALB access logs on S3:
- aws s3 ls s3://mybucket/super/long/path/that/seems/to/never/end/
- visually identify the latest log file
- aws s3 cp s3://mybucket/super/long/path/that/seems/to/never/end/latest_file.gz .
- gunzip latest_file.gz
- view latest_file
Do you have a better way to view the latest file for activity?