All Projects → gmdutra → Aws Report

gmdutra / Aws Report

Licence: gpl-3.0
AWS Report is a tool for analyzing amazon resources.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Aws Report

Aws Lambda Go Proxy
⚡️ ☁️ Pass Lambda events to the application running on your machine | Debug real traffic locally | Forget about redeployments
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
This Or That
This or that - Real-time atomic voting app built with AWS Amplify
Stars: ✭ 87 (-2.25%)
Mutual labels:  aws
Serverless Stack
💥 Serverless Stack (SST) is a framework that makes it easy to build serverless apps.
Stars: ✭ 1,252 (+1306.74%)
Mutual labels:  aws
Historical
A serverless, event-driven AWS configuration collection service with configuration versioning.
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
Lambda Monitoring
Logging and metrics libraries for AWS Lambda
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
Ten34
A globally-distributed, eventually-consistent, 100% available key-value store ;)
Stars: ✭ 87 (-2.25%)
Mutual labels:  aws
Terraform Aws Ecs Codepipeline
Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS https://cloudposse.com/
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
Mturkr
R Client for the MTurk Requester API
Stars: ✭ 88 (-1.12%)
Mutual labels:  aws
Terraform Aws Rabbitmq
Terraform configuration for creating RabbitMQ cluster on AWS.
Stars: ✭ 86 (-3.37%)
Mutual labels:  aws
Dropdot
☁️ Direct Upload to Amazon S3 With CORS demo. Built with Node/Express
Stars: ✭ 87 (-2.25%)
Mutual labels:  aws
Athena Cli
Presto-like CLI tool for AWS Athena
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
Aws Multi Account Viewer
Serverless app designed for any customer with two or more accounts to view resources across accounts/regions in simple single pane of glass website
Stars: ✭ 87 (-2.25%)
Mutual labels:  aws
Terraform Aws Elb
Terraform module which creates ELB resources on AWS
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
Policy sentry
IAM Least Privilege Policy Generator
Stars: ✭ 1,284 (+1342.7%)
Mutual labels:  aws
Ecs Pipeline
☁️ 🐳 ⚡️ 🚀 Create environment and deployment pipelines to ECS Fargate with CodePipeline, CodeBuild and Github using Terraform
Stars: ✭ 85 (-4.49%)
Mutual labels:  aws
K8s Plus Aws Gitops
An approach for GitOps of AWS backing resources like databases with CodePipeline together with Kubernetes via Flux
Stars: ✭ 87 (-2.25%)
Mutual labels:  aws
Aws Serverless Airline Booking
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
Stars: ✭ 1,290 (+1349.44%)
Mutual labels:  aws
Code Pipeline Slack
Slack bot for code pipeline deployments
Stars: ✭ 88 (-1.12%)
Mutual labels:  aws
Spark python ml examples
Spark 2.0 Python Machine Learning examples
Stars: ✭ 87 (-2.25%)
Mutual labels:  aws

AWS Report

AWS Report is a tool for analyzing amazon resources.


Features

  • Search iam users based on creation date
  • Search buckets public
  • Search security group with inbound rule for 0.0.0.0/0
  • Search elastic ip dissociated
  • Search volumes available
  • Search AMIs with permission public
  • Search internet gateways detached
  • Search RDS with permission public

Install requirements

pip3 install --user -r requirements.txt

Enviroment variables

IAM_MAX_ACCESS_KEY_AGE default is 60 days.

Usage

Usage: aws_report.py [OPTIONS]

Options:
  --s3           Search buckets public in s3
  --iam          Search iam users based on creation date
  --sg           Search security groups with inbound rule 0.0.0.0
  --elasticip    Search elastic IP not associated
  --volumes      Search volumes available
  --ami          Search AMIs with permission public
  --owner TEXT   Defines the owner of the resources to be found
  --igw          Search internet gateways detached
  --rds          Search relational databases with access public
  --region TEXT  Defines the region of resources
  --help         Show this message and exit.

Examples

python3 aws_report.py --s3
python3 aws_report.py --iam
python3 aws_report.py --owner 296193067842 --ami

Running in Docker

docker run -it -e AWS_ACCESS_KEY_ID=you-access-key -e AWS_SECRET_ACCESS_KEY=you-secret-key gmdutra/aws-report --s3

Contact

[+]Email     [email protected]
[+]Linkedin  linkedin.com/in/gmdutra
[+]Twitter   twitter.com/gmdutrax
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].