CloudWatch metrics of aws rds snapshot export to s3

0

Hello!

I'm using "Exports In Amazon S3" feature to export snapshots data of my clusters to Amazon S3.

There are a couple of questions in this regard:

  1. Are there any CloudWatch metrics about failing tasks? For now I would never know if export task failed;
  2. Tasks are run every day for every cluster, so in AWS Console there are a lot of entities on the "Exports In Amazon S3". Is there a way to clean up old tasks?
  3. Are there any plans to produce export in native psql format *.sql or *.c instead of *.parquet.gz?
rifler
已提問 2 個月前檢視次數 61 次
1 個回答
0
  1. CloudWatch Metrics for Failing Export Tasks:

    No direct CloudWatch metrics for export task failures. Use RDS event notifications or Lambda to monitor and notify about export task failures.

  2. Cleaning Up Old Export Tasks:

    No direct way to delete old export tasks from the console. Manage data with S3 lifecycle policies to automatically delete or archive old export files. Consider scripted solutions to track and manage old tasks externally.

  3. Export in Native PostgreSQL Format:

    Currently, only Parquet format (*.parquet.gz) is supported. No official plans for native PostgreSQL export formats like *.sql or *.c. Consider custom solutions to convert Parquet files to PostgreSQL formats if needed.

profile pictureAWS
專家
Deeksha
已回答 2 個月前
profile picture
專家
已審閱 1 個月前

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

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

回答問題指南