exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 596 discussion

A company has an application that gives users the ability to upload images to an Amazon S3 bucket. Each night, the company launches an Amazon EC2 Spot
Fleet that processes all the images that the company received that day. The code to process the images is small (less than 200 MB), and each image takes less than 5 minutes to process.
The company wants to change the application to process the images when the images are uploaded. However, the company is concerned about the cost of this new functionality.
What should a solutions architect do to implement this change MOST cost-effectively?

  • A. Use S3 events to invoke an AWS Lambda function to process the images.
  • B. Use S3 events to launch an EC2 Reserved instance to process the images.
  • C. Use S3 events to launch a container in AWS Fargate to process the images.
  • D. Use S3 events to deploy an AWS Elastic Beanstalk application to process the images.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jw1806
2 years, 8 months ago
Selected Answer: A
<200mb, and <5 min to process, seems to be a good choice for using lambda.
upvoted 1 times
...
sivasumanth
2 years, 8 months ago
Selected Answer: A
Less than 5 mins and event driven use lambda
upvoted 1 times
...
nymets
2 years, 8 months ago
Selected Answer: A
A is the answer here
upvoted 1 times
...
sathish_gurumoorthy
2 years, 8 months ago
Selected Answer: A
its A. cost-effective, dynamic invocation, less than 5 minutes
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...