A DevOps team uses AWS CodePipeline to deploy a web application. Security scanning must be integrated into the pipeline to check for vulnerabilities before deployment to production. Which action should be taken?
Amazon Inspector can scan for software vulnerabilities and is integrated with CodePipeline.
Why this answer
Amazon Inspector can be integrated as a test action in CodePipeline to scan for vulnerabilities. GuardDuty is a threat detection service, not a scanning tool for code or containers. Config evaluates resource configurations.
Trusted Advisor provides best practice checks, not vulnerability scanning.