我是新手;这是我当前尝试在S3上的ALB访问日志中查看最新活动的方式:
- aws s3 ls s3:// mybucket / super / long / path / that / seems / to / never / end /
- 直观地识别最新的日志文件
- aws s3 cp s3://mybucket/super/long/path/that/seems/to/never/end/latest_file.gz。
- gunzip Latest_file.gz
- 查看Latest_file
您有更好的方式查看活动的最新文件吗?