All Projects → jgamblin → Awsscripts

jgamblin / Awsscripts

Licence: mit
Various AWS Automation Scripts

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Awsscripts

Aws Shell
An integrated shell for working with the AWS CLI.
Stars: ✭ 6,359 (+5381.9%)
Mutual labels:  aws, aws-cli
Awsrun
CLI and library to execute commands over one or more AWS accounts concurrently.
Stars: ✭ 53 (-54.31%)
Mutual labels:  aws, aws-cli
Bash My Aws
Bash-my-AWS provides simple but powerful CLI commands for managing AWS resources
Stars: ✭ 782 (+574.14%)
Mutual labels:  aws, aws-cli
Saws
A supercharged AWS command line interface (CLI).
Stars: ✭ 4,886 (+4112.07%)
Mutual labels:  aws, aws-cli
Torchlambda
Lightweight tool to deploy PyTorch models to AWS Lambda
Stars: ✭ 83 (-28.45%)
Mutual labels:  aws, aws-cli
Awless
A Mighty CLI for AWS
Stars: ✭ 4,821 (+4056.03%)
Mutual labels:  aws, aws-cli
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-76.72%)
Mutual labels:  aws, aws-cli
Prowler
Prowler is a security tool to perform AWS security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness. It contains more than 200 controls covering CIS, ISO27001, GDPR, HIPAA, SOC2, ENS and other security frameworks.
Stars: ✭ 4,561 (+3831.9%)
Mutual labels:  aws, aws-cli
Perun
A command-line validation tool for AWS Cloud Formation that allows to conquer the cloud faster!
Stars: ✭ 82 (-29.31%)
Mutual labels:  aws, aws-cli
Awsconsolerecorder
Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
Stars: ✭ 1,152 (+893.1%)
Mutual labels:  aws, aws-cli
Aws Security Viz
Visualize your aws security groups.
Stars: ✭ 511 (+340.52%)
Mutual labels:  aws, aws-cli
Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+8430.17%)
Mutual labels:  aws, aws-cli
Aws
A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq.
Stars: ✭ 493 (+325%)
Mutual labels:  aws, aws-cli
Ecs Deploy
Powerful CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
Stars: ✭ 541 (+366.38%)
Mutual labels:  aws, aws-cli
Aws Demos
A hands on repo with multiple demonstrations on AWS 🎓
Stars: ✭ 324 (+179.31%)
Mutual labels:  aws, aws-cli
Homebrew Aws Session Manager Plugin
Install the AWS session manager plugin with Homebrew
Stars: ✭ 27 (-76.72%)
Mutual labels:  aws, aws-cli
Iamy
A cli tool for importing and exporting AWS IAM configuration to YAML files
Stars: ✭ 200 (+72.41%)
Mutual labels:  aws, aws-cli
Cloudiscovery
The tool to help you discover resources in the cloud environment
Stars: ✭ 298 (+156.9%)
Mutual labels:  aws, aws-cli
Limes
Limes provides an easy work flow with MFA protected access keys, temporary credentials and access to multiple roles/accounts.
Stars: ✭ 67 (-42.24%)
Mutual labels:  aws, aws-cli
Athena Cli
Presto-like CLI tool for AWS Athena
Stars: ✭ 85 (-26.72%)
Mutual labels:  aws, aws-cli

AWS Scripts

Various AWS Automation Scripts

A collection of shell scripts for automating various security tasks with Amazon Web Services.
You will need the AWS-CLI installed and configured to make this work correctly.

Scripts

WAF/WAF.SH: Creates a WAF using cloud formation and a rules template.

ACM/acmdigicert.sh: Creates Digicert TLS certificates using their API and uploads them to ACM.

Cloudfront/quickaudit.sh: Quickly audits CloudFront for WAF, Logging, TLS and HTTP Only usage.

EC2/noingress.sh: Lists all in-use security groups that allow 0.0.0.0/0 for your inspection.

EC2/notused.sh: Lists all unused security groups that can likely be removed.

EC2/instances.sh: Lists all EC2 Instances in all AvailabilityZones.

EC2/SecurityGroups/addssh.sh: Adds rule to allow SSH access from your current public IP address.

EC2/SecurityGroups/removessh.sh: Removes rules allowing SSH access from your current public IP address.

GuardDuty/enale.sh: Enables GuardDuty in all available regions.

GuardDuty/findings.sh: Exports all GuardDuty findings to .json files.

S3/policies.sh: Lists all ACLs for S3 buckets in your account.

IAM/EC2USEastOnly.json: IAM policy that only allows EC2 instances in US-East-1.

IAM/userreport.sh: Downloads the credential report for for all configured profiles in ~/.aws/credentials.

Important Notice

I likely dont know what I am doing and this could be done faster, better and simpler some other way. These scripts could also break your cloud and make you cry.

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].