A SysOps Administrator is implementing a security monitoring solution to detect whenever an AWS Identity and Access Management (IAM) access key is created or updated. The administrator configures an Amazon EventBridge rule in the eu-west-1 region with an Amazon Simple Notification Service (Amazon SNS) topic as the target. Although IAM access keys are being created and updated, the security team is not receiving any SNS notifications. Which of the following configurations should the SysOps Administrator implement to resolve this issue? (Select TWO.)
- Recreate the Amazon EventBridge rule in the us-east-1 (US East (N. Virginia)) region.Cevap
- Ensure that an active AWS CloudTrail trail is configured to capture global service events.Cevap
- CEnable Amazon CloudWatch detailed monitoring for the IAM service.
- DAttach an IAM policy to the EventBridge rule containing the iam:PassRole permission.
- EConfigure an AWS Config rule to monitor the IAM keys and set the EventBridge target to trigger only on AWS Config compliance changes.
Cevap
Recreate the Amazon EventBridge rule in the us-east-1 region and ensure that an active AWS CloudTrail trail is configured to capture global service events.
Because IAM is a global AWS service, all of its API activities are processed and logged in the us-east-1 region. To monitor these activities in real time using Amazon EventBridge, the EventBridge rule must be created in the us-east-1 region. In addition, EventBridge relies on AWS CloudTrail logs to detect AWS API call events; hence, an active CloudTrail trail must be configured to log global service events.
Adım Adım Çözüm
Anahtar Kavram
Monitoring global service events with EventBridge and CloudTrail