3

So I have created S3 Exports from existing snapshots in RDS. I would like to delete duplicated ones. But I don't see any button to delete them.

I have already deleted the files from the bucket. But the entry still shows up.

Any idea how to delete them?

s3

feco
  • 131
  • 2
  • 1
    I have the same problem, and so does [this person](https://www.reddit.com/r/aws/comments/gb177q/rds_export_to_s3/). Also haven't found anything in the docs about this feature or when it's going to be available. – slouc Feb 16 '21 at 14:58

1 Answers1

1

Try this...looks like there's a CLI that will do it.

https://docs.aws.amazon.com/cli/latest/reference/lexv2-models/delete-export.html

...well, this may be only for the Lex service.

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/545237) – Dave M Mar 05 '23 at 16:00
  • After trying to use the delete CLI. This link seems not to be the solution for deleting RDS exported snapshots on S3. – ming060 Jun 07 '23 at 09:55