π Ways to Access Your Database in a Private Subnet in AWS VPC
Databases should live in private subnets for security β but how do you access them when theyβre not exposed to the internet? In this post, I cover bastion hosts, Session Manager, VPC peering, VPN/Direct Connect, and PrivateLink.
π The Power of Tagging Resources in AWS
Learn how AWS resource tagging can improve cost management, operations, security, and compliance in your cloud environment.
π How I Decreased Docker Image Size by Half with Distroless Images
Discover how switching to distroless images can drastically reduce Docker image size, improve security, and accelerate deployments.