You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ingesting the RDS logs (audit log, error log, slow query log, ...) directly from RDS in file mode or table mode without leveraging RDS sending out the logs to CloudWatch first.
Use Case
With CLO, it's not necessary to use CW for log storage/query. But the current implementation relies on CW for log vending which incurs extra cost (and the cost is not low). It is like double charging for the customer.
Proposed Solution
Periodically pull the log files from RDS using lambda and send to S3 or KDF.
Other Information
No response
Solution version used
v1.0.0
The text was updated successfully, but these errors were encountered:
Describe the feature
Ingesting the RDS logs (audit log, error log, slow query log, ...) directly from RDS in file mode or table mode without leveraging RDS sending out the logs to CloudWatch first.
Use Case
With CLO, it's not necessary to use CW for log storage/query. But the current implementation relies on CW for log vending which incurs extra cost (and the cost is not low). It is like double charging for the customer.
Proposed Solution
Periodically pull the log files from RDS using lambda and send to S3 or KDF.
Other Information
No response
Solution version used
v1.0.0
The text was updated successfully, but these errors were encountered: