RDS/Postgres logs to S3

0

Hello,

I am looking for an automated way to ship/stream RDS logs 'Postgresql' to S3 to be picked up by another lambda function in order to ship the file to elastic cluster running on EC2.

I published the logs to CloudWatch logs but the only way to send it to S3 is by manually selecting the bucket and the date range. There is option to use CloudWatch Logs Subscription Filters to stream the logs to S3. However, we are looking for something more simpler and cheaper.

Any thoughts?

已提問 5 年前檢視次數 1277 次
1 個回答
0
已接受的答案

I think that Kinesis Data stream might be best fit for this case. (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs//Subscriptions.html) - Please, use kinesis data stream instead of kinesis firehose.

已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南