Q208.A company recenty transformed its legacy infrastructure provisioning scripts to AWS CloudFormation templates. The newly developed templates are hosted in the company's private GitHub repository. Since adopting CloudFormation the company has encountered several issues with updates to the CloudFormation templates causing failed executions or creating unstable environments Management is concerned by the increase in errors and has asked a Solutions Architect to design the automated testing of CloudFormation template updates.What should the Solutions Architect do to meet these requirements?
A.Use AWS CodePipeline to create a change set from the Cloud Formation templates stored in the private GitHub repository Execute the change set using AWS Code Deploy. Include a CodePipeline action to test the deployment with testing scripts run by AWS Code Build the Cloud Formation templates and execute it Have Code Deploy test the deployment with testing scripts run by AWS CodeBuild. B.Mirror the GitHub repository to AWS Code Commit using AWS Lambda. Use AWS Code Deploy to create a change set from Code build C.Use AWS Code Pipeline to create and execute a change set from the Cloud Formation templates stored in the private GitHub repository. Configure a Code Pipeline action to test the deployment with testing scripts run by AWS CodeBuild D.Mirror the GitHub repository to AWS CodeCommit using AWS Lambda. Use AWS Code Build to create a change set from the CloudFormation templates and execute it Have CodeBuild test the deployment with testing scripts正确答案C