🔥 3-day streak
AWS Certified DevOps Engineer - Professional75 / 204
Question 75 of 204

A team builds a container image that must be published for both linux/amd64 and linux/arm64 architectures. Currently a single CodeBuild project builds each architecture sequentially inside one buildspec, which takes over 25 minutes and frequently causes the CodePipeline build stage to feel slow. The team wants both architectures built in parallel using native runners (not emulation) while keeping everything in a single CodeBuild project invocation, and they want the pipeline to wait for both to finish before proceeding. What should the DevOps engineer implement?

Reviewed for accuracy · Report an issueNext question