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
질문됨 한 달 전46회 조회
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
답변함 한 달 전
profile picture
전문가
검토됨 23일 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠