Exam SOA-C02 All QuestionsBrowse all questions from this 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?

    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
WarzaOption: B

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

jas26saysOption: B

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

Christina666Option: B

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

[Removed]

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

kevino81Option: B

B it's the simplest

Learning4life

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

TQM__9MD

B is best answer

james2033Option: B

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.