SOA-C02 Exam QuestionsBrowse all questions from this exam

SOA-C02 Exam - Question 354


A company runs its applications on a large number of Amazon EC2 instances. A SysOps administrator must implement a solution to notify the operations team whenever an EC2 instance state changes.

What is the MOST operationally efficient solution that meets these requirements?

Show Answer
Correct Answer: B

The most operationally efficient solution is to create an Amazon EventBridge event rule that captures EC2 instance state changes and set an Amazon Simple Notification Service (Amazon SNS) topic as the target. This approach avoids unnecessary complexity and additional steps, ensuring that notifications are sent directly to the operations team with minimal configuration and overhead.

Discussion

8 comments
Sign in to comment
jas26saysOption: B
Jun 23, 2023

It's B, you don't need a Lambda to send a notification from Eventbridge.

WarzaOption: B
Jun 26, 2023

C. is not suitable due to lambda adding an extra step that answer B. already does efficiently

kevino81Option: B
Jun 29, 2023

B it's the simplest

[Removed]
Jul 10, 2023

B. Create an Amazon EventBridge event rule that captures EC2 instance state changes. Set an Amazon Simple Notification Service (Amazon SNS) topic as the target

Christina666Option: B
Jul 29, 2023

instance stage change-> eventbridge rule-> target SNS topic

TQM__9MD
Jul 2, 2023

B is best answer

Learning4life
Nov 28, 2023

Answer: B https://repost.aws/knowledge-center/ec2-email-instance-state-change

james2033Option: B
Jul 5, 2024

notify --> has SNS --> remove A, choose B,C or D. --> Most operationally efficient. --> state change --> event --> state A to state B, state B to state A, state B to state G --> EventBridge --> choose B or C. --> C has AWS Lamba (not necessary) --> Choose B.