Sql-server – Create a New AWS RDS Instance of only one database from a snapshot

amazon-rdsawsrestoresql server

I'm trying to Create a new AWS RDS SQL Server instance of only one database from a snapshot.

I've gone through the AWS documentation, but according to it when I restore from a snapshot it will create all the databases that were in it.

I wanted to just create a new instance with just one specific database from the snapshot.

I was hoping to achieve it using AWS SDK for .NET either using powershell or C#.

Best Answer

RDS Snapshots capture the entire server.

There isn't a way to restore only one database.