Creating an RDS instance is just a few click process in AWS. Steps to create a SQL Server RDS instance are as below.
Select RDS in Database and select Create Database.

Select Standard Create to configure Database as per our requirement. Select the SQL Server Database and the Edition and Version needed.


Give the Database Name, Master User Name and Password.

Select the DB Instance Class and storage needed based on the performance needed for the application.

Select the VPC in which the RDS instance should be placed.

select the Create Database Option.

You will get the RDS instance ready to use after some time and it will be listed int eh RDS instance list.

We can explore the instances and see the configuration and other details the instance is build upon.

Leave a comment