> For the complete documentation index, see [llms.txt](https://dev7days.gitbook.io/dev7days/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev7days.gitbook.io/dev7days/aws/rds-and-aurora-db/aws-aurora/database-cloning.md).

# Database Cloning

It is one of the Aurora feature to create a new Aurora DB from an existing one. It is **faster than** snapeshot & restore mechanism because it use the same cluster volume and data as the orginal but will change when data updates are made.

#### Usecase

* create a staging DB from production DB without impacting production
