A company needs to apply image operations such as transposing and rotating a set of images. Which option is the most operationally efficient way to perform these numeric image transformations?
Choose an answer
Tap an option to check your answer.
Correct answer: Implement an AWS Lambda function to execute the transformations..
Why this is the answer
Implementing an AWS Lambda function is the most operationally efficient choice because it allows for serverless, event-driven execution of image transformations. Lambda functions can be triggered by events (e.g., an image upload to S3), scale automatically, and only incur costs when actively running, making them ideal for on-demand processing tasks like transposing and rotating images. Training a deep neural network is overkill and computationally expensive for simple geometric transformations. Amazon Bedrock LLMs are designed for text-based tasks, not image manipulation. AWS Glue Data Quality is for data cleansing and validation, not image transformations.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed