I have an Aurora Mysql database in AWS and would like to export data from a table in this database to an AWS s3 bucket. I am using AWS Glue to export the data but the company does not allow the Glue console to be used. I need help with the terraform code to export the data.
The aws_rds_export_task
resource may be what you’re looking for:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_export_task