Skip to main content

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

Lambda

EC2

EMR

Fargate

Pricing

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

Maintenance

Resources