Skip to content

git-jayj/cop304-monitor-end-user-experience-with-cloudwatch

This branch is 12 commits ahead of, 51 commits behind aws-samples/one-observability-demo:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e71dcb5 · Nov 19, 2024
Apr 12, 2022
Nov 19, 2024
Apr 27, 2023
Apr 27, 2023
Apr 27, 2023
Feb 23, 2021
Jul 22, 2020
Jul 22, 2020
Jul 22, 2020
Sep 4, 2024
Oct 2, 2024
Sep 3, 2024
Sep 21, 2021
Oct 22, 2024

Repository files navigation

One Observability Demo

This repo contains a sample application which is used in the One Observability Demo workshop here - https://observability.workshop.aws/

Security

See CONTRIBUTING for more information.

Instructions

To deploy this workshop on your own account you need to have an IAM role with elevated priviliges and the aws-cli installed. Then, from the root of the repository run the following command:

aws cloudformation create-stack --stack-name Observability-Workshop --template-body file://codepipeline-stack.yaml --capabilities CAPABILITY_NAMED_IAM --parameters ParameterKey=UserRoleArn,ParameterValue=$(aws iam get-role --role-name $(aws sts get-caller-identity --query Arn --output text | awk -F/ '{print $(NF-1)}') --query Role.Arn --output text)

You can replace the role specified in the paramter UserRoleArn with any other role with access to AWS CloudShell if you need so.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

About

Sample microservice based application demonstrating observability capabilities on AWS

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 17.8%
  • Shell 16.9%
  • Java 16.9%
  • Go 14.5%
  • C# 13.0%
  • Python 8.1%
  • Other 12.8%