Skip to content

AWS API crawler to auto discover running services in your account

License

Notifications You must be signed in to change notification settings

vetinari/zmon-aws-agent

 
 

Repository files navigation

ZMON AWS Agent

https://travis-ci.org/zalando-zmon/zmon-aws-agent.svg?branch=master https://img.shields.io/codecov/c/github/zalando-zmon/zmon-aws-agent.svg?maxAge=2592000

Use AWS API to retrieve "known" applications (currently expecting STUPS compatible userData for this)

Currently need to grant read only policy to EC2 instance for agent to walk over EC2/ELB instances.

Supply ENTITY_SERVICE_URL environment variable to docker image, pointing to zmon-data-service or zmon-controller, depending on your setup.

Discovers

  • EC2 instances
  • RDS instances
  • Auto Scaling Groups
  • ELBs (classic and application ELBv2)
  • DynamoDB tables
  • Elasticaches
  • IAM/ACM certificates
  • SQS queues

Building

$ sudo pip3 install scm-source
$ scm-source
$ docker build -t zmon-aws-agent .

About

AWS API crawler to auto discover running services in your account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%