Question 219:
In a large corporation, an AWS organization is established with several OUs (organizational units). Because of several new security requirements, the security operator needs to create several CloudWatch Events rules. For one rule, the requirement is that if certain AWS services have not been used by an OU for 6 months but are suddenly used recently, an SNS notification will be triggered. How would you quickly get the service-last-accessed information to identify the potential services to add to the CloudWatch Event rule?
Answer options:
A.In the AWS Organization console, click each OU and view the service-last-accessed information. B.Send an AWS CLI command to the AWS Config service to get the service-last-accessed information for each organizational unit. C.In the AWS Resource Groups service, add a resource group for the candidate AWS services. View the last-accessed information for the group. D.In the IAM access advisor, view the service-last-accessed information for each OU to help identify which services should be added in the CloudWatch Event rule.