List of questions
Related questions
Question 896 - SAA-C03 discussion
A media company hosts a web application on AWS for uploading videos. Only authenticated users should upload within a specified time frame after authentication.
Which solution will meet these requirements with the LEAST operational overhead?
Configure the application to generate IAM temporary security credentials for authenticated users.
Create an AWS Lambda function that generates pre-signed URLs when a user authenticates.
Develop a custom authentication service that integrates with Amazon Cognito to control and log direct S3 bucket access through the application.
Use AWS Security Token Service (AWS STS) to assume a pre-defined IAM role that grants authenticated users temporary permissions to upload videos directly to the S3 bucket.
0 comments
Leave a comment first