Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon Exam SOA-C03 Topic 3 Question 5 Discussion

Actual exam question for Amazon's SOA-C03 exam
Question #: 5
Topic #: 3
[All SOA-C03 Questions]

Optimization]

A company's architecture team must receive immediate email notifications whenever new Amazon EC2 instances are launched in the company's main AWS production account.

What should a CloudOps engineer do to meet this requirement?

Show Suggested Answer Hide Answer
Suggested Answer: B

As per the AWS Cloud Operations and Event Monitoring documentation, the most efficient method for event-driven notification is to use Amazon EventBridge to detect specific EC2 API events and trigger a Simple Notification Service (SNS) alert.

EventBridge continuously monitors AWS service events, including RunInstances, which signals the creation of new EC2 instances. When such an event occurs, EventBridge sends it to an SNS topic, which then immediately emails subscribed recipients --- in this case, the architecture team.

This combination provides real-time, serverless notifications with minimal management. SQS (Option C) is designed for queue-based processing, not direct user alerts. User data scripts (Option A) and custom polling with Lambda (Option D) introduce unnecessary operational complexity and latency.

Hence, Option B is the correct and AWS-recommended CloudOps design for immediate launch notifications.


Contribute your Thoughts:

Doretha
2 hours ago
I like how option D uses Systems Manager to publish the events to SNS, and then a Lambda function to handle the email notifications. That seems like a good way to decouple the different components and make it more scalable.
upvoted 0 times
...
Tomoko
6 days ago
The user data script in option A seems like it could work, but I'm worried about having to manage that script across all new EC2 instances. The EventBridge and SNS/SQS options seem more centralized and easier to maintain.
upvoted 0 times
...
Lai
11 days ago
I'm a bit confused on the difference between using SNS versus SQS. Wouldn't either of those options work to send the notifications? I'm not sure which one would be better in this case.
upvoted 0 times
...
Carrol
17 days ago
I think option B is the best approach here. Creating an SNS topic and subscription with the email protocol seems like the most straightforward way to get the notifications to the architecture team.
upvoted 0 times
...

Save Cancel