You have a popular web application that accesses data stored in an Amazon Simple Storage Service (Amazon S3) bucket. You expect the access to be very read-intensive, with expected request rates of up to 500 GETs per second from many clients. How can you increase the performance and scalability of Amazon S3 in this case?

A. Turn on cross-region replication to ensure that data is served from multiple locations.
B. Ensure randomness in the namespace by including a hash prefix to key names.
C. Turn on server access logging.
D. Ensure that key names are sequential to enable pre-fetch.


Answer: B. Ensure randomness in the namespace by including a hash prefix to key names.

Computer Science & Information Technology

You might also like to view...

Which of the following is not true about files?

a. C++ views each file as a sequential stream of bytes. b. Files are opened by creating objects of stream classes. c. Member functions of stream objects can be applied to file streams. d. istream, ostream and iostream are derived from ifstream, ofstream and fstream, respectively.

Computer Science & Information Technology

In a method call statement, when passing an array as an actual parameter, you use only its name.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A relationship is an association between two tables where the tables contain a common field of data

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the difference between a network's physical topology and its logical topology?

What will be an ideal response?

Computer Science & Information Technology