gocnote / ebextensions

AWS Elastic Beanstalk Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Elastic Beanstalk Extensions

These are a collection of useful EB Extensions that CNote uses. They may have been modified slightly from our Production usage for security reasons.

DISCLAIMER: USE AT YOUR OWN RISK

These extensions are shared WITHOUT WARRANTY OF ANY KIND. CNote accepts no liability for any issues that arise from using these extensions. We suggest thoroughly testing them yourselves before employing in any production application.

Inventory

DNS Query Logs

Captures all DNS queries made on the machine. Useful for forensics in the event of a breach.

dnsquerylogs.config

  • SysV wrapper around tcpdump
  • Writes to /var/log/dnsqueries.log
  • Rotates hourly or at 10MB increments using logrotate
  • Streams DNS query logs to Cloudwatch using awslogs

About

AWS Elastic Beanstalk Extensions

License:MIT License