Question 167:
Your DevOps team manages dozens of AWS accounts. Some of them belong to certain AWS Organizations and some do not. There is a new requirement to set up a CloudWatch rule in the master account whenever there is a new event of EC2 termination for any of the other accounts. You plan to set up a CloudWatch Events rule in each account and get the event sent to the default Event bus in the master account. Which condition is NOT mandatory for this solution to work?
Answer options:
A.Master account should permit the CloudWatch events to be received from other accounts. B.All accounts should belong to certain AWS Organization. C.A proper IAM role is needed for the sender account to send events to the Event bus in the master account. D.In CloudWatch Events, in order to send the event to the master account, the target should be configured as “Event bus in another AWS account”.