Hi friends i'm Gopal today we are going to discuss about Amazon RDS : Managed Relational Database in cloud. Before going to discuss let's have a look on Relational Database Relational Database: Relational Database is the database in which data is represented in the form of tables. The tables are related to each other we can retrieve required data by using queries. Amazon Relational Database Services: Amazon Relational Database Services is a distribued relational database service by Amazon Web Services(AWS). It is a web service running in the cloud designed to simplify the setup,operations,and scaling of relational database for use in applications. Administration process like patching the database software, backing up databases and enabling point-in-time recovery are managed automatically. Scaling storage and compute resources can be performed by a single API call to the AWS control plane on demand. AWS does not offer an SSH connection to the underlying virtual machine as a p...