AWS
S3
# upload to S3
aws s3 cp LOCAL s3://REMOTE_PATH
# download from s3
aws s3 cp s3://REMOTE_PATH output --recursive
## with wildcard
aws s3 cp s3://data/ . --recursive --exclude "*" --include "2016-08*"
# sync
aws s3 sync s3://S3PATH/ . --dryrun
IAM
- iam-policy-json-to-terraform - Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document.
- AWS managed policies
- AWS Service Principals
Lambda
- AWS Lambda quotas - Maximum sizes, limits, and quotas for AWS Lambda functions and related resources.
- download_all_lambda_function
- Lambda Cold Starts analysis - Visualize 10 Cold Starts for each runtime, updated daily.
EC2
EMR
Fargate
Pricing
- Amazon EMR 6.x Release Versions - Lists application versions, components, and release notes for each Amazon EMR release in the 6.x series.
- AWS Fargate ECS Pricing Calculator
- AWS Pricing Calculator - AWS Pricing Calculator lets you explore AWS services, and create an estimate for the cost of your use cases on AWS.
- AWS Savings Plan Calculator
- EC2 Pricing with Cost Savings
- EC2Instances.info
- Compute Cost Calculator
Services uptime
Security
- Prowler - Prowler is an Open Source 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, PCI-DSS, ISO27001, GDPR, HIPAA, FFIEC, SOC2, AWS FTR, ENS and custom security frameworks.
- S3 Bucket Scanner