試験DVA-C02-JPN トピック1 問題318 スレッド
Amazon DVA-C02-JPNのリアル試験問題集
問題 #: 318
トピック #: 1
問題 #: 318
トピック #: 1
ある会社では、セキュリティで保護されたファイルの一部を、パブリックアクセスのないプライベート Amazon S3 バケットに移動しました。この会社では、従業員がログインして他のユーザーとファイルを安全に共有できるサーバーレス アプリケーションを開発したいと考えています。
ファイルを安全に共有およびアクセスするには、どの AWS 機能を使用する必要がありますか?
ファイルを安全に共有およびアクセスするには、どの AWS 機能を使用する必要がありますか?
おすすめの解答:B 解答を投票する
Employees log into the serverless application using an Amazon Cognito User Pool.
Once logged in, the application's back-end logic (possibly a Lambda function) generates an S3 pre-signed URL for the requested file.
The pre-signed URL is then given to the authenticated user, allowing them secure, time-limited access to that specific S3 object.
So, while both Amazon Cognito User Pool and S3 Pre-signed URLs would be used in the solution, S3 Pre-signed URLs (Option B) are the specific feature that allows for the secure, temporary sharing of S3 files.
Therefore, Option B would be the best answer to the question of how to "share and access the files securely."
https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html
Once logged in, the application's back-end logic (possibly a Lambda function) generates an S3 pre-signed URL for the requested file.
The pre-signed URL is then given to the authenticated user, allowing them secure, time-limited access to that specific S3 object.
So, while both Amazon Cognito User Pool and S3 Pre-signed URLs would be used in the solution, S3 Pre-signed URLs (Option B) are the specific feature that allows for the secure, temporary sharing of S3 files.
Therefore, Option B would be the best answer to the question of how to "share and access the files securely."
https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html
菊池** 2026-03-30 04:09:55
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。