Hard1 markMultiple Choice

AWS SAP-C02 · Question 21 · Domain 2.1: Deployment Strategy

A team is designing a CI/CD pipeline for a microservices application deployed on Amazon EKS. They need to implement a blue/green deployment strategy. Which THREE AWS services or tools can be combined to achieve this natively? (Select THREE)

Answer options:

A.

AWS CodePipeline

B.

AWS Elastic Beanstalk

C.

AWS CodeBuild

D.

AWS OpsWorks

E.

AWS CodeDeploy

F.

Amazon Elastic Container Registry (ECR)

G.

AWS CloudFormation

How to approach this question

Identify the core AWS developer tools used for container CI/CD.

Full Answer

A,C,E
For EKS, a native AWS pipeline uses CodePipeline for orchestration, CodeBuild to build images and run kubectl commands for deployment, and ECR to store the container images.

Common mistakes

Selecting CodeDeploy, which natively supports ECS blue/green, but not EKS.

Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2

75 questions · hints · full answers · grading

More questions from this exam