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

Latest commit

 

History

History
26 lines (20 loc) · 569 Bytes

File metadata and controls

26 lines (20 loc) · 569 Bytes

##Region Plugin

###Aim of plugin Find out if an instance was started in the wrong region.

###Reacts on

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

###Configuration

You can modify here the list of regions: application.yml

fullstop:
    plugins:
        region:
            # The whitelist of regions
            whitelistedRegions:
              - 'eu-west-1'
              - 'eu-central-1'

If the list is empty, default will be used: "eu-central-1" and "eu-west-1".