简体   繁体   中英

AWS Cloudwatch, S3 and Logging Solution Assistance

We have thousands of EC2 instances pushing logs to various Cloudwatch Log Groups & Stream. However, because of the huge amount of logs, we are not able to download them efficiently. What other architecture can we use so that we can store the logs from those instances which is also easily downloadable? Thank you in advance !

The most common way of coppying logs to S3 from CloudWatch Logs in real-time is through CloudWatch Logs Subscription Filter for Firehose :

In this example, you'll create a CloudWatch Logs subscription that sends any incoming log events that match your defined filters to your Amazon Kinesis Data Firehose delivery stream.

In the firehose stream you would set S3 destination ,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM