Question 578:
You are designing a web application that stores static assets in an Amazon S3 bucket. You expect this bucket to immediately receive over 400 requests with a mix of GET/PUT/DELETE per second. What should you do to ensure optimal performance?
Answer options:
A.Amazon S3 will automatically manage performance at this scale. B.Add a random prefix to the key names. C.Use a predictable naming scheme, such as sequential numbers or date time sequences, in the key names. D.Use multi-part upload.