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)
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
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert