Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 794 discussion

A company wants to analyze and generate reports to track the usage of its mobile app. The app is popular and has a global user base. The company uses a custom report building program to analyze application usage.

The program generates multiple reports during the last week of each month. The program takes less than 10 minutes to produce each report. The company rarely uses the program to generate reports outside of the last week of each month The company wants to generate reports in the least amount of time when the reports are requested.

Which solution will meet these requirements MOST cost-effectively?

  • A. Run the program by using Amazon EC2 On-Demand Instances. Create an Amazon EventBridge rule to start the EC2 instances when reports are requested. Run the EC2 instances continuously during the last week of each month.
  • B. Run the program in AWS Lambda. Create an Amazon EventBridge rule to run a Lambda function when reports are requested.
  • C. Run the program in Amazon Elastic Container Service (Amazon ECS). Schedule Amazon ECS to run the program when reports are requested.
  • D. Run the program by using Amazon EC2 Spot Instances. Create an Amazon EventBndge rule to start the EC2 instances when reports are requested. Run the EC2 instances continuously during the last week of each month.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Andy_09
Highly Voted 8 months, 1 week ago
Option B
upvoted 5 times
ogerber
8 months ago
not sure because it says that the program producues several reports , and each takes less than 10 min. i am voting for option A
upvoted 1 times
1dd
7 months, 1 week ago
Lambda takes duration--> 15 minutes
upvoted 1 times
...
FZA24
7 months, 3 weeks ago
each lambda triggering produces a report in less than 10 mins.
upvoted 3 times
...
...
...
agbor_tambe
Most Recent 2 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
EdricHoang
3 months, 2 weeks ago
Selected Answer: B
"The program takes less than 10 minutes to produce each report. The company rarely uses the program to generate reports outside of the last week of each month The company wants to generate reports in the least amount of time when the reports are requested." I go for B because of this
upvoted 1 times
...
Scheldon
4 months ago
Selected Answer: C
AnswerC Option A and D are saying abount Running the EC2 instances countinously during the last week of each month which is not necessery from my understanding and will be not so cheap. Option B - 10min per report and we have couple of reports. So it looks like program is running for at least 20 min so in theory Lambda is not useful here Option C - ECS is allowing us to run Fargate which will allow to run program for more then 15 min, hence all reports which program is preparing should be created. I'm not sure but I think ECS API is allowing to run task on demand/request.
upvoted 2 times
MatAlves
3 weeks, 6 days ago
It's "15 minutes per execution", which is enough to produce a report and be ready for another invocation.
upvoted 1 times
...
...
asdfcdsxdfc
7 months, 2 weeks ago
Selected Answer: B
B is corre ct
upvoted 1 times
...
NayeraB
8 months ago
Selected Answer: B
B..maybe?
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 ...