You have valuable media files hosted on AWS and want them to be served only to authenticated users of your web application. You are concerned that your content could be stolen and distributed for free. How can you protect your content?

A. Use static web hosting.
B. Generate pre-signed URLs for content in the web application.
C. Use AWS Identity and Access Management (IAM) policies to restrict access.
D. Use logging to track your content.

Answer: B. Generate pre-signed URLs for content in the web application.

Computer Science & Information Technology

You might also like to view...

A recursive method that computes the number of groups of k out of n things has the precondition that ______.

a) n is a positive number and k is a nonnegative number b) n is a nonnegative number and k is a positive number c) n and k are nonnegative numbers d) n and k are positive numbers

Computer Science & Information Technology

Declaring a class creates actual objects.

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

Computer Science & Information Technology