Which service should the solutions architect use to find the desired information?
Amazon GuardDuty
Amazon Inspector
AWS CloudTrail
AWS Config
Explanations:
Amazon GuardDuty is a threat detection service that monitors malicious activity and unauthorized behavior in AWS accounts. It does not provide detailed logs of configuration changes made by IAM users.
Amazon Inspector is a security assessment service that helps improve the security and compliance of applications deployed on AWS. It focuses on analyzing the security state of applications rather than tracking changes made by IAM users.
AWS CloudTrail is a service that enables governance, compliance, and operational and risk auditing of AWS accounts. It provides detailed logs of API calls made in the account, including who made the calls and what changes were made to resources, making it the appropriate service to identify which IAM user made specific changes.
AWS Config is a service that provides AWS resource inventory, configuration history, and configuration change notifications. While it can track configuration changes, it does not specifically identify which IAM user made those changes. AWS CloudTrail is more suitable for this purpose.