An operations team is investigating unauthorized configuration changes in their production environment. They need to determine: (1) what the exact rules of an Amazon EC2 security group were 48 hours ago compared to its current configuration, and (2) which IAM user executed the API call to modify the security group rules. Which combination of AWS services should the operations team use to investigate these two aspects of the change?
- AWS Config to compare the configuration states, and AWS CloudTrail to identify the user who made the API call.Answer
- BAmazon CloudWatch to compare the configuration states, and AWS CloudTrail to identify the user who made the API call.
- CAWS Config to compare the configuration states, and Amazon CloudWatch to identify the user who made the API call.
- DAWS CloudFormation to compare the configuration states, and AWS Systems Manager to identify the user who made the API call.
Answer
AWS Config to compare the configuration states, and AWS CloudTrail to identify the user who made the API call.
AWS Config is designed to record resource configuration histories and compare changes over time, while AWS CloudTrail records API calls and user activity, making them the correct combination to address both requirements.
Step-by-Step Solution
Key Concept
Understanding the distinct roles of AWS Config (configuration history) and AWS CloudTrail (API auditing).
Estimated Time:2m 0s