infosec-info-and-interview-questions

A collection of interview questions and answers I created while studying for interviews.

View on GitHub

Cloud Security

Securing an S3 Bucket

Encryption

Enforce encryption at the bucket level. There is no downside of not encrypting your objects.

Bucket Policies

Bucket policies take precedence over other IAM policies. Set these first and keep them restrictive.

IAM Policies

Don’t put s3:* in your policies. Restrict access to buckets by creating policies that allow access based on demonstrated need.

Block Public Access

AWS has a new feature to block all public access as well as ACLs. Turn that on

Monitoring