Nigel Fernandes

Nigel Fernandes

  • 363
  • 4.2k
  • 1.4m

Create a AWS RDS Instance of only 1 database from a snapshot

Nov 28 2017 7:48 PM
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 ,
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RestoreFromSnapshot.html 
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#.