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, not NoSQL.
Amazon DynamoDB is a fully managed NoSQL database service designed for high performance and scalability.
Amazon RDS (Relational Database Service) is used for relational databases, supporting engines like MySQL, PostgreSQL, and SQL Server.
Amazon Redshift is a data warehousing service used for analytical queries, not a NoSQL database.