DVA-C02 · Question #721
A developer must deploy an AWS Cloud Formation template to a GitHub repository. The developer configures a GitHub provider connection in AWS CodeConnections. Which solution will meet this requirement
The correct answer is B. Use AWS CodePipeline to configure the deployment. Use a GitHub source action and a. AWS CodePipeline natively integrates with AWS CodeConnections and GitHub, allowing a pipeline with a GitHub source action and a CloudFormation deploy action. This enables direct deployment of the CloudFormation template from GitHub with minimal custom coding, achieving the requir
Question
A developer must deploy an AWS Cloud Formation template to a GitHub repository. The developer configures a GitHub provider connection in AWS CodeConnections. Which solution will meet this requirement with the LEAST development effort?
Options
- AUse CloudFormation to configure the deployment. Place a Git sync deployment file in the GitHub
- BUse AWS CodePipeline to configure the deployment. Use a GitHub source action and a
- CUse AWS CodeBuild to configure the deployment. Create a buildspec.yml file. Place the
- DUse AWS CodeDeploy to configure the deployment. Create an application and deployment group.
How the community answered
(22 responses)- A14% (3)
- B77% (17)
- C5% (1)
- D5% (1)
Explanation
AWS CodePipeline natively integrates with AWS CodeConnections and GitHub, allowing a pipeline with a GitHub source action and a CloudFormation deploy action. This enables direct deployment of the CloudFormation template from GitHub with minimal custom coding, achieving the requirement with the least development effort.
Community Discussion
No community discussion yet for this question.