Amazon RDS – MS SQL Connecting to DB To connect to Amazon RDS MSSQL server we need a client software. In this case we use Sql Server Management Studio. Install it using the link . After it is successfully installed we follow the steps below to connect it to the Amazon RDS. Step-1 From the […]
Category Archives: Amazonrds
Amazon RDS – MS SQL Creating DB As a cloud platform AWS gives you very minimal number of steps to setup a DB in RDS. Creating a MSSQL DB can be done in three ways. Using AWS management console, AWS CLI or AWS API. We will look at each of these approaches one by one. […]
Amazon RDS – DB Storages The RDS instances use Amazon Block Storage (EBS) volumes for storing data and log. These storage types can dynamically increase their size as and when needed. But based on the database workloads and price associated with these storage types we can customize the storage need. Following are the factors to […]