AWS Certified Solutions Architect – Professional — Question 830

A company prefers to limit running Amazon EC2 instances to those that were launched from AMIs pre-approved by the Information Security department. The
Development team has an agile continuous integration and deployment process that cannot be stalled by the solution.
Which method enforces the required controls with the LEAST impact on the development process? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because IAM policies enforce compliance proactively at the API level, allowing valid CI/CD pipelines to run without any manual intervention or delay. Option D is correct because AWS Config rules provide near-real-time reactive monitoring and automated remediation via AWS Lambda to instantly terminate non-compliant instances. Option C is incorrect because manual ticketing processes severely slow down agile development, while Options B and E rely on scheduled polling rather than real-time event-driven compliance.