
Answer-first summary for fast verification
Answer: Signed URLs, AWS AppSync
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.
Author: LeetQuiz Editorial Team
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?
A
Signed cookies
B
Signed URLs
C
AWS AppSync
D
JSON Web Token (JWT)
E
AWS Secrets Manager
No comments yet.