AWS Certified Solutions Architect – Associate (SAA-C02) — Question 797

A company recently migrated its entire IT environment to the AWS Cloud. The company discovers that users are provisioning oversized Amazon EC2 instances and modifying security group rules without using the appropriate change control process. A solutions architect must devise a strategy to track and audit these inventory and configuration changes.
Which actions should the solutions architect take to meet these requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

AWS CloudTrail tracks and logs user activity and API calls, making it ideal for auditing who modified the security group rules. AWS Config monitors and records AWS resource configurations, enabling the solutions architect to define rules that check for compliance, such as alerting on oversized Amazon EC2 instances. Other services like AWS Trusted Advisor or CloudFormation do not provide this level of continuous configuration auditing and history tracking.