Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.36 KB

private-content-task-list.md

File metadata and controls

15 lines (10 loc) · 1.36 KB

Task List: Serving Private Content

To configure CloudFront to serve private content, perform the following tasks:

  1. (Optional but recommended) Require your users to access your content only through CloudFront. The method that you use depends on whether you're using Amazon S3 or custom origins:

  2. Specify the AWS accounts that you want to use to create signed URLs or signed cookies. For more information, see Specifying the AWS Accounts That Can Create Signed URLs and Signed Cookies (Trusted Signers).

  3. Write your application to respond to requests from authorized users either with signed URLs or with Set-Cookie headers that set signed cookies. Follow the steps in one of the following topics:

    If you're not sure which method to use, see Choosing Between Signed URLs and Signed Cookies.