Which AWS service provides the ability to host a NoSQL database in the AWS Cloud?
Amazon Aurora
Amazon DynamoDB
Amazon RDS
Amazon Redshift
Explanations:
Amazon Aurora is a relational database service compatible with MySQL and PostgreSQL. It does not provide NoSQL capabilities.
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability.
Amazon RDS (Relational Database Service) is designed for relational databases such as MySQL, PostgreSQL, and Oracle. It does not support NoSQL databases.
Amazon Redshift is a data warehousing service designed for online analytical processing (OLAP) rather than a NoSQL database service.