Migrate from aws rds aurora(postgres engine) to regular rds postgres

Viewed 909

Due to high i/o cost we want to migrate from aurora(Postgres engine) to Postgres. Is there any way to do this. If no is rebuilding the entire dataset is the only option?

1 Answers

There are a couple of options you can look into for this migration:

If the above options are unsuccessful, you can try to re-build with a native dump and restore which could be a more time taking process.

Related