Micro-services to provide various conveniences in managing AWS services

$ make \
-e AWS_ACCESS_KEY_ID=<access_key> \
-e AWS_SECRET_ACCESS_KEY=<secret_key> \
-e AWS_SESSION_TOKEN=<session_token> \
-e AWS_REGION=<region> \
-e ACCOUNTS="<accounts whose billing charges will be monitored separated by spaces>"
$ make buildlambda \
-e AWS_ACCESS_KEY_ID=<access_key> \
-e AWS_SECRET_ACCESS_KEY=<secret_key> \
-e AWS_SESSION_TOKEN=<session_token> \
-e AWS_REGION=<region>
$ make clean \
-e AWS_ACCESS_KEY_ID=<access_key> \
-e AWS_SECRET_ACCESS_KEY=<secret_key> \
-e AWS_SESSION_TOKEN=<session_token> \
-e AWS_REGION=<region>
AWS micro service to send a notification whenever new alert email is detected.
AWS Lambda functions to manage the AWSConfig Service
AWS micro service to send a notification when the increased percentage of 'EstimatedCharges' exceeds the defined threshold.
A plugin to support static names in Lamdba funtions, lambda invoke permission in SNS topics and role federations
AWS Lambda functions to manage the CloudTrail Service
Libraries shared by projects
CI/CD build jenkins server of this project
Utility to validate the sns messages that are received through the HTTP subscriptions. This is the Node.js implementation of the instructions here, http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.verify.signature.html.

This project is maintained by the Labs group at Sungard Availability Services
GitHub: https://sungardas.github.io
Content type
Image
Digest
Size
262.4 MB
Last updated
over 10 years ago
docker pull alexough/aws-services