What is the RDS interface?

devquora
devquora

Posted On: Mar 19, 2020

 

Amazon provides an RDS interface to access the RDS service. To work with the RDS service like accessing the data, uploading the data, and running some other programs need an RDS interface.

There are three main interfaces provided such as GUI Console, Command Line Interface, and AWS API.

A GUI Console is the simplest interface where users can easily work with the RDS Service.

Command Line Interface gives you CLI access where you can execute DB command to work with the service.

An AWS API provides an Application Programming Interface to pass information between two systems.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Amazon RDS Interview Questions

    What is Amazon RDS?

    The Amazon RDS (Relational Database Service) is used to easily create a relational database in the cloud. This cross-platform database service was developed by Amazon and released in the year 2009. It...

    Amazon RDS Interview Questions

    What is an RDS instance?

    An instance is the basic building block of an RDS. It is an isolated database environment running in the cloud. The Amazon RDS manages the database instance by performing backups, handling failover, a...

    Amazon RDS Interview Questions

    List the database engines supported by Amazon RDS?

    Some of the database engines supported by the Amazon RDS are,Amazon Aurora Postgre SQL MySQL MariaDB Oracle Microsoft SQL Server ...