Amazon RDS – MySQL Creating DB As a cloud platform AWS gives you very minimal number of steps to setup a DB in RDS. Creating a MYSqlDB 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. Using AWS […]
Category Archives: Amazonrds
Amazon RDS – MS SQL DB with SSL To protect data from being viewed by unintended parties, we can use connection encryption between the client application and the RDS DB instance. Encryption is available in all AWS regions and for all the DB types supported by AWS RDS. In this chapter we will see how […]
Amazon RDS – MySQL Connecting to DB To connect to Amazon RDS MySQL DB we need a client software. In this case we use MySQL Workbench. 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 DB instance details […]