Video: Secure an S3 Bucket

Video: Secure an S3 Bucket

Last week I presented ‘Secure an S3 Bucket (and still use it)’ at the Phoenix DevOps meetup. I’m trying to help people understand why and how to protect every S3 bucket with data that needs to remain confidential. We hosted the meetup using Zoom....
Debugging AccessDenied in AWS IAM

Debugging AccessDenied in AWS IAM

botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the PutObject operation: Access Denied Ugh… that looks like it could be the start of a two hour or two week long goose chase. Understanding why access was denied and implementing a...