Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 544 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 544 Bytes

aws-monitor

Use prometheus to monitor whatever. Pushing docker-compose setup to ECS via ecs-cli && fargate.

By default prometheus has no security so NGINX is put in front as a reverse proxy to be the Web APP basic security layer.

UP

$ ecs-cli compose --project-name prometheus service up --cluster-config fargate-config --ecs-profile prometheus-profile

DOWN

$ ecs-cli compose --project-name prometheus service down --cluster-config fargate-config --ecs-profile prometheus-profile