Skip to content

S3 Security

  • By default, all newly created buckets are Private.
  • You can setup access control to your buckets using:
    • Bucket Policies: Applied at a bucket level.
    • Access Control Lists: Applied at an object level.
  • S3 Buckets can be configured to create access logs, which log all requests made to the S3 bucket. These logs can be written to another bucket.