Question 68: You are looking for a storage solution for the already available data across various department in the company. Object size is variable, like minimum object size is 1KB and it can go upto 1GB . You wanted

an AWS solution to store this all data in one place and can use visualization tool as well on this data. Which of the following is an ideal storage solution for given requirement?

1. You can use AWS S3

2. You can use AWS Glacier

3. You can use HBase using EMR

4. You can use DynamoDB

5. You can use Redshift

Correct Answer : 1 Exp : HBase is a NoSQL solution and good for storing unstructured data but not an ideal solution for storing objects. We can ignore HBase option. Next is Glacier is an archiving solution, if your

data need is not frequent then you can for this. However, in the question no such thing is mentioned. We can discard this option as well.

DyanmoDB provides tables and you can store some structured data in this table, this is not good for storing Objects. Hence, we can ignore this option as well. Similarly Redshift is a Data Warehouse solution for

storing structured data and not the objects.

Only remaining option is S3 bucket and we can say it is a correct option, because it support storing object with various sizes upto TBs. You can even use the QuickSight visualization tool to query the data stored in

S3 bucket.

1