I wanted to create a copy of our Amazon Aurora Postgresql database. According to what i can find in the documentation the reason why I can't export it to an S3 Bucket is because its enginemode is serverless instead of provisioned.
Similarly, I don't seem to be able to change the enginemode. At least the documentation for modify-db-cluster dosen't seem to offer any options for that.
According to the answers to this question "Select into outfile" dosen't seem to be a possibility either.
I have also tried to follow this guide but without any luck, composite types isn't supported.
Is there any way to get a dump of the content of a AWS Aurora PostgreSQL Serverless cluster?