Question 303:
A team is developing a new web application which will be deployed in AWS EC2. Within the company, Atlassian JIRA Software is commonly used to manage many existing projects. For this new project, the team lead expected to manage using a unified project management dashboard where there is information such as JIRA stories/issues, continuous deployment status, application endpoints, etc. What is the best way to achieve this requirement?
Answer options:
A.Use CloudFormation stack to create CloudWatch dashboards to manage the project including the JIRA URL. B.Use AWS CodePipeline to manage the source, build and deployment. Add a stage with the action provider as Jenkins. In the Jenkins server, configure a JIRA plugin to integrate with Atlassian JIRA.C.Create an AWS CodeStar project. Configure the connection to JIRA in the CodeStar project. Customize the project dashboard as required. D.Create an AWS CodeStar project. Customize the project dashboard as required with a link to the JIRA server URL.