Skip to content

Automatron-Plugins/aws-autodiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS autodiscovery plugin for Automatron

This is a simple Autodiscovery plugin for Automatron that will discover EC2 instances

Installation

Place aws directory into the Automatron plugins/discovery/ directory.

$ cp -r aws plugins/discovery/

Install Python dependencies with pip.

$ pip install -r requirements.txt

Configuration

This plugin does require some configuration in Automatron's master configuration file config.yml.

discovery:
  plugins:
    aws:
      aws_access_key_id: example
      aws_secret_access_key: example
      interval: 60
      filter:
        - PublicIpAddress
        - PrivateIpAddress

The aws plugin requires four configuration items.

  • aws_access_key_id - This an Key ID for AWS
  • aws_secret_access_key - This is the secret key used to authenticate with AWS
  • interval - This is the frequency to query Digital Ocean's API
  • filter - This is used to define whether Public or Private IP addresses are used for target identification

About

AWS autodiscovery plugin for Automatron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages