A company has an application that produces unstructured data continuously. The company needs to store the data so that the data is durable and easy to query.
Which AWS service can the company use to meet these requirements?
Amazon DynamoDBis a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It is designed to handle unstructured data, offers high durability, and provides easy querying capabilities using key-value or document data models, making it suitable for applications that continuously produce unstructured data.
Why other options are not suitable:
A. Amazon RDS: A relational database service that is more suited for structured data and SQL queries.
B. Amazon Aurora: A MySQL- and PostgreSQL-compatible relational database, also more suited for structured data.
C. Amazon QuickSight: A business intelligence service for data visualization, not for storing data.
[References:, Amazon DynamoDB Documentation, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit