nerdexam
Amazon

SOA-C02 · Question #742

A SysOps administrator is managing event rules in Amazon EventBridge. The SysOps administrator must configure the EventBridge rules to prevent infinite loops. Which solution will meet this…

The correct answer is B. Ensure that the actions a rule takes do not match the same rule. Infinite loops occur when a rule’s target emits an event that matches the same rule (or another rule that feeds back). Designing the pattern/targets so emitted events do not match the triggering rule prevents the loop.

Submitted by femi9· Mar 30, 2026Deployment, Provisioning, and Automation

Question

A SysOps administrator is managing event rules in Amazon EventBridge. The SysOps administrator must configure the EventBridge rules to prevent infinite loops. Which solution will meet this requirement?

Options

  • AExtend the timeout duration of the rules.
  • BEnsure that the actions a rule takes do not match the same rule.
  • CCreate Amazon CloudWatch alarms to monitor the performance of rules.
  • DAs the last action in a rule, disable the rule for a specific duration.

How the community answered

(41 responses)
  • A
    10% (4)
  • B
    80% (33)
  • C
    2% (1)
  • D
    7% (3)

Explanation

Infinite loops occur when a rule’s target emits an event that matches the same rule (or another rule that feeds back). Designing the pattern/targets so emitted events do not match the triggering rule prevents the loop.

Topics

#EventBridge rules#infinite loop prevention#event rule configuration

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice