Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 69

    A developer is configuring an application's deployment environment in AWS CodePipeline. The application code is stored in a GitHub repository. The developer wants to ensure that the repository package's unit tests run in the new deployment environment. The developer has already set the pipeline's source provider to GitHub and has specified the repository and branch to use in the deployment.

    Which combination of steps should the developer take next to meet these requirements with the LEAST overhead?

    2 つ選択
    • Create an AWS CodeCommit project. Add the repository package's build and test commands to the project's buildspec.

    • Create an AWS CodeBuild project. Add the repository package's build and test commands to the project's buildspec.

    • Create an AWS CodeDeploy project. Add the repository package's build and test commands to the project's buildspec.

    • Add an action to the source stage. Specify the newly created project as the action provider. Specify the build artifact as the action's input artifact.

    • Add a new stage to the pipeline after the source stage. Add an action to the new stage. Specify the newly created project as the action provider. Specify the source artifact as the action's input artifact.


    シャッフルモード