Which THREE considerations are important when designing a CI/CD pipeline for a microservices architecture using AWS CodePipeline? (Choose three.)
Automated tests catch issues early in the pipeline.
Why this answer
Options A, C, and E are correct. Independent pipelines, automated testing, and blue/green deployments are key. Option B is wrong because a monolith pipeline contradicts microservices.
Option D is wrong because manual gates slow down deployment.