
AWS Certified Solutions Architect - Associate
Get started today
Ultimate access to all questions.
A web application uses Amazon API Gateway with a Lambda function and DynamoDB, secured by Amazon Cognito. How to restrict premium content access to only subscribed users with minimal operational overhead?
A web application uses Amazon API Gateway with a Lambda function and DynamoDB, secured by Amazon Cognito. How to restrict premium content access to only subscribed users with minimal operational overhead?
Exam-Like
Explanation:
The correct answer is C. Applying fine-grained IAM permissions directly to the premium content in DynamoDB ensures that only subscribed users have access. This solution integrates seamlessly with the existing architecture (API Gateway, Lambda, DynamoDB, and Cognito) and provides precise control over user permissions with minimal operational overhead. Other options either involve additional components or do not offer the same level of refined access control.