SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Your code is about to be deployed to some EC2 servers, but you would like to implement a manual approval step before the code is deployed. Which AWS service provides this functionality?
A
AWS CodeDeploy
B
AWS CodePipeline
C
AWS CodeBuild
D
AWS CodeCommitGood work!
Explanation: 

Detailed explanation-1: -You can use AWS Lambda with CodePipeline for invoking an AWS Lambda function, as described in Deploying Serverless Applications. You can also use AWS Lambda and AWS CodeStar to create a pipeline for deploying serverless applications.

Detailed explanation-2: -AWS CodeDeploy is a service that automates code deployments to any instance, including Amazon EC2 instances and instances running on-premises. AWS CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during deployment, and handles the complexity of updating your applications.

There is 1 question to complete.