How To Deploy A MSSQL Database Using Amazon Web Services (AWS) RDS And PowerShell



How To Deploy A MSSQL Database Using Amazon Web Services (AWS) RDS And PowerShell

How To Deploy A MSSQL Database Using Amazon Web Services (AWS) RDS And PowerShell

In this video, we’re going to use the AWSPowerShell module to deploy a SQL Server database with RDS using PowerShell. We’ll do this by first finding the correct engine to use by calling the Get-RDSDBEngineVersion command, the version and then finally we’ll call the New-RdsDbInstance command that actually deploys the instance for us.