exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 850 discussion

Exam question from Amazon's AWS-SysOps
Question #: 850
Topic #: 1
[All AWS-SysOps Questions]

A sysops administrator has an AWS Lambda function that performs maintenance on various AWS resources. This function must be run nightly.
Which is the MOST cost-effective solution?

  • A. Launch a single t2.nano Amazon EC2 instance and create a Linux cron job to invoke the Lambda function at the same time every night.
  • B. Set up an Amazon CloudWatch metrics alarm to invoke the Lambda function at the same time every night.
  • C. Schedule an Amazon EventBridge (Amazon CloudWatch Events) rule to invoke the Lambda function at the same time every night.
  • D. Implement a Chef recipe in AWS OpsWorks stack to invoke the Lambda function at the same time every night.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
Reference:
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/RunLambdaSchedule.html

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
albert_kuo
11 months, 2 weeks ago
Selected Answer: C
Option C allows you to schedule an Amazon EventBridge (formerly known as Amazon CloudWatch Events) rule to invoke the Lambda function at the specified time every night.
upvoted 1 times
...
sapien45
2 years, 8 months ago
C. done it several times
upvoted 1 times
...
RicardoD
2 years, 8 months ago
C is the answer
upvoted 1 times
...
DrCloud
2 years, 8 months ago
Ans: C https://docs.aws.amazon.com/lambda/latest/dg/services-cloudwatchevents.html https://aws.amazon.com/premiumsupport/knowledge-center/start-stop-lambda-cloudwatch/
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 ...