Amazon RDS – MySQL Features MySQL is a popular Relational DB which is available in the amazon RDS services with its community edition features. Almost every feature of MYSQL can be leveraged in the RDS platform with only some restrictions based on regions and availability zones. Below is a brief description on MYSQLs major features […]
Category Archives: Amazonrds
Amazon RDS – DB Instances A DB instance is an isolated database environment running in the cloud which can contain multiple user-created databases. It can be accessed using the same client tools and applications used to access a standalone database instance. But there is restriction on how many DB instances of what type you can […]
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 […]