High-Performing Architecture IV
Explore how to architect high-performing AWS solutions focusing on CI/CD pipeline scalability, independent ECS service scaling with secure communication, and optimizing AWS Batch for compute-intensive workloads. This lesson helps you understand key strategies to enhance performance, resilience, and cost-effectiveness in cloud deployments.
We'll cover the following...
Question 63
A company is using AWS CodePipeline to automate its software release process. To efficiently manage frequent code changes and deployments, the company needs to design a high-performing architecture for its CI/CD pipeline.
Which architectural approach would you choose as a solutions architect to optimize the performance and scalability of the CodePipeline?
A. Use AWS CodePipeline with CodeBuild to run builds in parallel across multiple build environments and CodeDeploy for deployment. Configure CodePipeline to have multiple build stages and a single deployment stage.
B. Use AWS CodePipeline with CodeBuild to run builds in parallel and deploy using ...