nerdexam
Amazon

SAP-C02 · Question #43

A startup company recently migrated a large ecommerce website to AWS The website has experienced a 70% increase in sales. Software engineers are using a private GitHub repository to manage code. The…

The correct answer is B. Use GitHub webhooks to trigger the CodePipeline pipeline. Use GitHub webhooks to trigger the CodePipeline pipeline. Use the Jenkins plugin for AWS CodeBuild to conduct unit testing. Send alerts to an Amazon SNS topic for any bad builds. Deploy in a blue/green deployment using AWS CodeDeploy.

Submitted by kwame.gh· Mar 6, 2026Accelerate Workload Migration and Modernization

Question

A startup company recently migrated a large ecommerce website to AWS The website has experienced a 70% increase in sales. Software engineers are using a private GitHub repository to manage code. The develops team is using Jenkins for builds and unit testing. The engineers need to receive notifications for bad builds and zero downtime during deployments. The engineers also need to ensure any changes to production are seamless for users and can be rolled back in the event of a major issue. The software engineers have decided to use AWS CodePipeline to manage their build and deployment process. Which solution will meet these requirements?

Options

  • AUse GitHub websockets to trigger the CodePipeline pipeline.
  • BUse GitHub webhooks to trigger the CodePipeline pipeline.
  • CUse GitHub websockets to trigger the CodePipeline pipeline.
  • DUse GitHub websockets to trigger the CodePipeline pipeline.

How the community answered

(14 responses)
  • B
    93% (13)
  • C
    7% (1)

Explanation

Use GitHub webhooks to trigger the CodePipeline pipeline. Use the Jenkins plugin for AWS CodeBuild to conduct unit testing. Send alerts to an Amazon SNS topic for any bad builds. Deploy in a blue/green deployment using AWS CodeDeploy.

Community Discussion

No community discussion yet for this question.

Full SAP-C02 Practice