Testing Amazon S3 Bucket for Public Write Permissions
Recently I needed to confirm if an s3 bucket was indeed publicly writable (by trying to write to it from a different account). I decided to document how to confirm this for your organization. Prerequisites AWS CLI installed Two AWS…