Topic 1 Question 524
A company is launching a photo sharing application on AWS. Users use the application to upload images to an Amazon S3 bucket. When users upload images, an AWS Lambda function creates thumbnail versions of the images and stores the thumbnail versions in another S3 bucket.
During development, a developer notices that the Lambda function takes more than 2 minutes to complete the thumbnail process. The company needs alll images to be processed in less than 30 seconds.
What should the developer do to meet these requirements?
Increase the virtual CPUs (vCPUs) for the Lambda function to use 10 vCPUs.
Change Lambda function instance type to use m6a.4xlarge.
Configure the Lambda function to increase the amount of memory.
Configure burstable performance for the Lambda function.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
aumentar la memoria asignada a la funcióntambién asigna más potencia de CPU proporcionalmente
👍 1italiancloud20252025/02/17
シャッフルモード