Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmclaugh/aws-console-auditor
Track AWS console logins
https://github.com/tmclaugh/aws-console-auditor
aws lambda serverless
Last synced: about 1 month ago
JSON representation
Track AWS console logins
- Host: GitHub
- URL: https://github.com/tmclaugh/aws-console-auditor
- Owner: tmclaugh
- Created: 2017-10-22T20:04:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T23:34:36.000Z (about 7 years ago)
- Last Synced: 2024-10-02T09:41:26.873Z (about 2 months ago)
- Topics: aws, lambda, serverless
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-console-auditor
Service to record and store AWS console logins.
![Architecture Diagram](serverless-aws-console-auditor.png)
This service records AWS console login events. When a user logs in a CloudTrail event is created. This will trigger a lambda function that will record the event to S3. This provides a record of console logins that can be referenced later.