0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 17:29:39 +00:00
alerta_alerta/conf/alert-aws.yaml
2012-12-20 23:05:35 +00:00

12 lines
344 B
YAML

filter: tags=cloud:AWS/EC2&status=OPEN|ACK|CLOSED|EXPIRED
regions: [ 'eu-west-1','us-east-1']
accounts:
your-aws-account-name:
aws_access_key_id: ACCESS_KEY_ID_HERE
aws_secret_access_key: SECRET_ACCESS_KEY_HERE
another-aws-account-name:
aws_access_key_id: ACCESS_KEY_ID_HERE
aws_secret_access_key: SECRET_ACCESS_KEY_HERE