Sign inSign up

alexough/aws-services

By alexough

Updated over 10 years ago

setup builder for aws-services

Image
0

661

alexough/aws-services repository overview

aws-services

Micro-services to provide various conveniences in managing AWS services

aws-services

How To Setup All 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>"

How To Update Lambda Function Codes of All Services

$ 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>

How To Remove All Services

$ 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>

Service List

alarmalert

AWS micro service to send a notification whenever new alert email is detected.

awsconfig

AWS Lambda functions to manage the AWSConfig Service

billingalert

AWS micro service to send a notification when the increased percentage of 'EstimatedCharges' exceeds the defined threshold.

cloudformation

A plugin to support static names in Lamdba funtions, lambda invoke permission in SNS topics and role federations

cloudtrail

AWS Lambda functions to manage the CloudTrail Service

lib

Libraries shared by projects

jenkins

CI/CD build jenkins server of this project

sns-message-validator

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.

Sungard Availability Services | Labs

This project is maintained by the Labs group at Sungard Availability Services

GitHub: https://sungardas.github.io

Blog: http://blog.sungardas.com/CTOLabs/

Tag summary

Content type

Image

Digest

Size

262.4 MB

Last updated

over 10 years ago

docker pull alexough/aws-services