0

I have hosted an ECS Fargate cluster that is using the AWS logs driver and pushing logs to CloudWatch, no issues on the awslog driver. Now what I want to do is push the logs directly from the ECS cluster to an S3 bucket.

So I am expecting to use AWS Athena to query the logs from S3. Can Firelens Fluent be the best bet? Please let me know if you guys have any solution to this process.

avocadoLambda
  • 1,332
  • 7
  • 16
  • 33
sam
  • 11
  • 2

1 Answers1

0

Currently, Firelens is the best tool for exporting logs from ECS Fargate to S3 bucket. FireLens works with both Fluent Bit and Fluentd log forwarders. However, I would recommend you to use Fluent Bit as it is more efficient than Fluentd.

For more information, you can refer.

Chaitanya
  • 3,590
  • 14
  • 33
  • Any other possible ways to push ECS logs to S3 bucket without using a third service or application. ECS Cluster to S3 directly. – sam Dec 09 '22 at 05:02