AWS Certified SysOps Administrator – Associate — Question 374

A company that uses ServiceNow has an AWS account where a sensitive workload runs. The necessary security groups are in place. The company needs to implement a solution to create an incident in ServiceNow every time the rules change in any security group.

Which solution will meet this requirement with the LEAST operational effort?

Answer options

Correct answer: C

Explanation

Option C is correct because utilizing an Amazon EventBridge rule to trigger the pre-built AWS-CreateServiceNowIncident Systems Manager Automation runbook requires no custom code, minimizing operational effort. Options A and B require writing and maintaining custom AWS Lambda code to manage the ServiceNow API integration, which increases overhead. Option D introduces the highest operational burden by requiring the deployment, patching, and maintenance of an EC2 instance alongside custom scripting.