SOA-C02 · Question #418
AnyCompany has acquired Example Corp and is attempting to consolidate the business systems of both companies. AnyCompany's IT department needs to integrate with Example Corp's IT ticketing system. A…
The correct answer is C. Create an Amazon EventBridge rule that filters appropriate events and specifies Amazon Simple. While I'm not an expert on this, SNS seems like the simplest option and it works for this. "You can use Amazon SNS to send notification messages to one or more HTTP or HTTPS endpoints. When you subscribe an endpoint to a topic, you can publish a notification to the topic and…
Question
AnyCompany has acquired Example Corp and is attempting to consolidate the business systems of both companies. AnyCompany's IT department needs to integrate with Example Corp's IT ticketing system. A SysOps administrator must implement a solution that uses Amazon CloudWatch alarms for Amazon EC2 instances in AnyCompany's account to create new tickets in Example Corp's ticketing system. The ticketing system provides an HTTPS endpoint for the creation of new tickets. The ticketing system accepts messages in the following JSON format:
Which approach to creating tickets from the CloudWatch alarms will meet these requirements with the LEAST development time?
Options
- ACreate an Amazon EventBridge rule that filters appropriate events and specifies EventBridge API
- BCreate an Amazon EventBridge rule that filters appropriate events and specifies an Amazon
- CCreate an Amazon EventBridge rule that filters appropriate events and specifies Amazon Simple
- DCreate an Amazon EventBridge rule that filters appropriate events and specifies an AWS Step
How the community answered
(42 responses)- A7% (3)
- B2% (1)
- C74% (31)
- D17% (7)
Explanation
While I'm not an expert on this, SNS seems like the simplest option and it works for this. "You can use Amazon SNS to send notification messages to one or more HTTP or HTTPS endpoints. When you subscribe an endpoint to a topic, you can publish a notification to the topic and Amazon SNS sends an HTTP POST request delivering the contents of the notification to the subscribed endpoint." https://docs.aws.amazon.com/sns/latest/dg/sns-http-https-endpoint-as-subscriber.html
Topics
Community Discussion
No community discussion yet for this question.