Skip to content

Simple Spring Boot app instrucmented with AWS X-RAY and corresponding AWS CDK infrastructure to deploy and run AWS ECS Fargate

Notifications You must be signed in to change notification settings

anoppe/ecs-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECS Fargate Demo

Spring Boot sample application instrumented with AWS X-Ray and corresponding AWS CDK infrastructure to deploy on AWS ECS Fargate

How to build

$ ./mvnw clean verify
$ docker build -t <your docker repo>/ecs-demo:latest .
$ docker push <your docker repo>/ecs-demo:latest
$ cd infra
$ npm install
$ npm run build

To first be able to inspect the resulting infra, assuming CDK SDK is installed, execute:

$ npx cdk synth

To deploy the infra:

$ npx cdk deply

About

Simple Spring Boot app instrucmented with AWS X-RAY and corresponding AWS CDK infrastructure to deploy and run AWS ECS Fargate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published