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
C and E
Agree with Nitin:
C and E
S3 objects are limited to 5TB
https://aws.amazon.com/s3/faqs/
ce
I have the same idea. AE
C,E
S3 objects are limited to 5TB
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
C & E
CE
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.
CE
C & E
CE
CE
C and E is correct
C&E
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.
Answers
C
https://aws.amazon.com/s3/faqs/
I 100% in agreement with Majid as the documentation clearly pointed us to answers “C & E”.
E
http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html
CE
C and E is the correct one.
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.
Can’t be A. Object size is limited to 5TB
https://aws.amazon.com/blogs/aws/amazon-s3-object-size-limit/
C & E