0 votes
in AWS by

A company wants to have a database hosted on AWS. As much as possible they want to have control over the database itself. Which of the following would be an ideal option for this?

1 Answer

0 votes
by

Answer - C.

If you want a self-managed database, that means you want complete control over the database engine and the underlying infrastructure.

In such a case, you need to host the database on an EC2 Instance.

...