Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 364

    A developer wrote an application that uses an AWS Lambda function to asynchronously generate short videos based on requests from customers. This video generation can take up to 10 minutes. After the video is generated, a URL to download the video is pushed to the customer's web browser. The customer should be able to access these videos for at least 3 hours after generation.

    Which solution will meet these requirements?

    • Store the video in the /tmp folder within the Lambda execution environment. Push a Lambda function URL to the customer.

    • Store the video in an Amazon Elastic File System (Amazon EFS) file system attached to the function. Generate a pre-signed URL for the video object and push the URL to the customer.

    • Store the video in Amazon S3. Generate a pre-signed URL for the video object and push the URL to the customer.

    • Store the video in an Amazon CloudFront distribution. Generate a pre-signed URL for the video object and push the URL to the customer.


    シャッフルモード