AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

Ultimate access to all questions.


A media company utilizes Amazon CloudFront to distribute its public streaming video content stored in Amazon S3. To secure access to this content, the company needs a solution that accommodates users with custom HTTP clients lacking cookie support and those who cannot alter hardcoded URLs. What are the most suitable services or methods to achieve minimal disruption for these users?





Explanation:

Signed URLs are appropriate for securing Amazon CloudFront content and do not require support for cookies, making them suitable for users with a custom HTTP client. AWS AppSync is likely to have been selected incorrectly, however the most applicable combination should actually be Signed URLs along with API Gateway and Cognito for custom requests. Signed cookies and JWT depend on cookies support, which some custom HTTP clients do not have.