What are characteristics of Amazon S3?

What are characteristics of Amazon S3? Choose 2 answers

What are characteristics of Amazon S3? Choose 2 answers

A.
S3 allows you to store objects of virtually unlimited size.

B.
S3 offers Provisioned IOPS.

C.
S3 allows you to store unlimited amounts of data.

D.
S3 should be used to host a relational database.

E.
Objects are directly accessible via a URL.

Explanation:

http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-restricting-accessto-s3.html



Leave a Reply 22

Your email address will not be published. Required fields are marked *


Nitin Kansal

Nitin Kansal

C and E

networkmanagers

networkmanagers

I have the same idea. AE

TONY

TONY

C,E

S3 objects are limited to 5TB

kamleshj

kamleshj

Answer: C

The total volume of data and number of objects you can store are unlimited. Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes. For objects larger than 100 megabytes, customers should consider using the Multipart Upload capability.

Can create a URL to an Amazon S3 object

KL Estes

KL Estes

A would be incorrect, since the max. size of an object is 5T. Its big, but not ‘virtually unlimited’ in my book!

C is also correct. While there is a limit on the max. file size, you can have as many files as you want.

Mayur

Mayur

C and E is correct

Majid

Majid

C:
https://aws.amazon.com/s3/faqs/

Q: How much data can I store?

The total volume of data and number of objects you can store are unlimited. Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes. For objects larger than 100 megabytes, customers should consider using the Multipart Upload capability.

E:
http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html

Amazon S3 supports both virtual-hosted–style and path-style URLs to access a bucket.

Manas

Manas

C and E is the correct one.

Rekha

Rekha

A could be because they have said “Objects” and S3 is object based. C says data without specifying object based or Block based. That’s probably why A is closer than C. They both are highly debatable.