MS SQL Server with AWS RDS - Connect your local Relational Database to Cloud
This tutorial will guide you to connect your local SQL Server database to the AWS Relational Database Service(RDS) . It will make it an easier dev environment for your project with the cloud Relational Database. Prerequisites AWS Account - You can have 12 months free tier which gives you free access for specific services for 12 months. Visual Studio 2019 / Microsoft SQL Server Management Studio (v18.4) 1. Go to RDS in AWS Console. 2. Find & Click Create database We are going to create a database instance. 3. We create this using Standard Create Method 4. In Create database page, Choose Microsoft SQL Server and SQL Server Express Edition. It is better to use the Free tier template on the same page under the Templates section. (Choose according to your need) 5. Set up db instance settings giving...