Topic 1 Question 397
3 つ選択A company needs to store and process image data that will be uploaded from mobile devices using a custom mobile app. Usage peaks between 8 AM and 5 PM on weekdays, with thousands of uploads per minute. The app is rarely used at any other time. A user is notified when image processing is complete.
Which combination of actions should a solutions architect take to ensure image processing can scale to handle the load?
Upload files from the mobile software directly to Amazon S3. Use S3 event notifications to create a message in an Amazon MQ queue.
Upload files from the mobile software directly to Amazon S3. Use S3 event notifications to create a message in an Amazon Simple Queue Service (Amazon SQS) standard queue.
Invoke an AWS Lambda function to perform image processing when a message is available in the queue.
Invoke an S3 Batch Operations job to perform image processing when a message is available in the queue.
Send a push notification to the mobile app by using Amazon Simple Notification Service (Amazon SNS) when processing is complete.
Send a push notification to the mobile app by using Amazon Simple Email Service (Amazon SES) when processing is complete.
ユーザの投票
コメント(9)
- 正解だと思う選択肢: BCE
BCE - SQS + Lambda + SNS
👍 3shaaam802023/11/29 - 正解だと思う選択肢: BCE
BCE Answers
👍 2devalenzuela862023/11/22 - 正解だと思う選択肢: BCE
ditto S3
👍 2thala2023/11/22
シャッフルモード