Skip to content
This repository has been archived by the owner on Aug 6, 2018. It is now read-only.

Latest commit

 

History

History

fullstop-ami-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

##AMI Plugin

###Aim of plugin Find out if an instance was started with a wrong image.

###Reacts on

EVENT SOURCE = "ec2.amazonaws.com"
EVENT NAME = "RunInstances"

###Configuration

You can always configure fullstop via environment variable:

$ export FULLSTOP_TAUPAGE_OWNERS=999999999999
$ export FULLSTOP_TAUPAGE_NAME_PREFIX=Taupage

or modify application.yml

fullstop:
    plugins:
        ami:
            # Account containing whitelisted AMI
            taupageOwners: ${FULLSTOP_TAUPAGE_OWNERS}
            # will be checked if the image of the instance starts with this name
            taupageNamePrefix: ${FULLSTOP_TAUPAGE_NAME_PREFIX}