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 个月前57 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容