🔥 3-day streak
AWS Certified DevOps Engineer - Professional109 / 204
Question 109 of 204

A DevOps team has a CodePipeline stage that must run three independent validation tasks against a built artifact: a static security scan (CodeBuild), a license-compliance check (CodeBuild), and a container image vulnerability scan (Lambda). Currently these three actions execute sequentially, adding roughly 18 minutes to every pipeline run. The team wants all three to run at the same time, and the stage must only succeed and continue to the next stage if all three complete successfully. What is the correct way to configure the pipeline?

Reviewed for accuracy · Report an issueNext question