Shows the status of your AWS pipelines in a dashboard
1.1K
This is a spring boot app which serves a dashboard to see, the status of your AWS Codepipelines.
It uses the AWS Java client to fetch data from AWS. Please follow the policy instructions below to provide access. This means that the computer running the spring boot app must have network access to AWS.
You can also run the application on your local computer. For example
by running mvn spring-boot:run from the command line. There is also
a Dockerfile included to run the application in the cloud.
You have to give/ensure the user mentioned in $HOME/.aws/credentials a policy. The steps are:
Check policies with this CLI command:
aws iam list-attached-user-policies --user-name <USERNAME>
Verify that the following entry is listed:
{
"PolicyName": "AWSCodePipelineFullAccess",
"PolicyArn": "arn:aws:iam::aws:policy/AWSCodePipelineFullAccess"
}
Content type
Image
Digest
Size
143 MB
Last updated
over 8 years ago
docker pull codecentric/aws-codepipelines-dashboard