Question 173:
You are the team lead for an application. You have been instructed to make use of Jenkins as the Build provider in AWS CodePipeline. Which of the following options is the best practice?
Answer options:
A.Install Jenkins on an EC2 instance and make sure the instance role has the "codepipeline:*" permission. B.Add Access Keys in EC2 for the Jenkins server to access CodePipeline. C.Install Jenkins on an Amazon EC2 instance. Make sure the instance profile grants Jenkins, only the AWS permissions required to perform tasks for your project. D.Install Jenkins on a Lambda function so that it is serverless and cost-effective.