Comprehensive Detailed Explanation with all AWS References
To automate response to overly permissive IAM policies:
Step Functions State Machine (A):
Use Step Functions to orchestrate remediation by adding Deny statements to policies.
Publish findings to an SNS topic for notification.
[Reference:Step Functions Integration, EventBridge Rule (C):, Use EventBridge to detect IAM Access Analyzer findings and trigger Step Functions., Reference:EventBridge Rules, Notification with SNS (F):, Use SNS to notify the security team when external or cross-account access is identified., Reference:Using Amazon SNS for Notifications, Incorrect Options:, B and D:AWS Batch is unnecessary; Step Functions is better suited for this orchestration., E:SQS does not provide a direct notification mechanism; SNS is more appropriate., , , , ]
Submit