S3 best practices you should be following in 2020 – AWS S3
1) Enable CloudTrail and AWS Config on your buckets Why: Have you ever wondered who accessed a specific file or who changed the permissions in your S3 bucket? Or have…
1) Enable CloudTrail and AWS Config on your buckets Why: Have you ever wondered who accessed a specific file or who changed the permissions in your S3 bucket? Or have…
Installing Pip3 for Ubuntu All too often I find myself just looking for the simple instruction on what's needed to install pip3 on Ubuntu. Well here it is: sudo apt…
With Amazon S3, sometimes you want to grant a specific folder / prefix, public access; especially if you are working with public web assets. To do this you can apply…