A planning department keeps emitting Object Storage and database resources in a nested compartment tree. Where should the Events rule live so it sees those emissions, and must the Function action live in the same compartment?
Select an answer to reveal the explanation.
Short Explanation
A rule matches events from its own compartment and from child compartments. Put the rule where the emitters live. The Function, topic, or stream you action can sit in another compartment.
Full Explanation
Official Events scope: a rule matches emissions from the compartment where you create it and from child compartments. Action destinations do not have to share that compartment. Putting every rule in the root “because Events is global” is not required, and leaf-only duplication is unnecessary when parent-compartment matching already covers children.