PrepAway - Latest Free Exam Questions & Answers

What should you do to ensure optimal performance?

You are designing a web application that stores static assets in an Amazon Simple Storage Service (S3)
bucket. You expect this bucket to immediately receive over 150 PUT requests per second. What should you do
to ensure optimal performance?

PrepAway - Latest Free Exam Questions & Answers

A.
Use multi-part upload.

B.
Add a random prefix to the key names.

C.
Amazon S3 will automatically manage performance at this scale.

D.
Use a predictable naming scheme, such as sequential numbers or date time sequences, in the key names

Explanation:
If you anticipate that your workload will consistently exceed 100 requests per second, you should avoid
sequential key names. If you must use sequential numbers or date and time patterns in key names, add a
random prefix to the key name. The randomness of the prefix more evenly distributes key names across
multiple index partitions. Examples of introducing randomness are provided later in this topic.

4 Comments on “What should you do to ensure optimal performance?

  1. Satheesh says:

    Answer:-B

    If you anticipate that your workload will consistently exceed 100 requests per second, you should avoid sequential key names. If you must use sequential numbers or date and time patterns in key names, add a random prefix to the key name. The randomness of the prefix more evenly distributes key names across multiple index partitions. Examples of introducing randomness are provided later in this topic.

    Note

    The guidelines provided for the key name prefixes in the following section also apply to the bucket name. When Amazon S3 stores a key name in the index, it stores the bucket names as part of the key name (for example, examplebucket/object.jpg).




    2



    0

Leave a Reply

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