
Ultimate access to all questions.
Which of the following is a fully managed NoSQL database service available in AWS.
Explanation:
AWS DynamoDB is a fully managed NoSQL database service provided by AWS. Here's why the other options are incorrect:
AWS RDS (Relational Database Service): This is a managed relational database service that supports various SQL databases like MySQL, PostgreSQL, Oracle, etc. It's not a NoSQL database.
AWS Redshift: This is a fully managed data warehousing service designed for analytical workloads using SQL. It's not a NoSQL database service.
AWS MongoDB: While MongoDB is a NoSQL database, AWS does not offer a service specifically called "AWS MongoDB." MongoDB can be run on AWS through EC2 instances or using MongoDB Atlas (which is MongoDB's own managed service), but it's not a native AWS managed NoSQL service.
Key features of AWS DynamoDB:
DynamoDB is AWS's flagship NoSQL database service and is widely used for applications that require consistent, low-latency performance at any scale.