Learning Logs

Short cloud learning posts about AWS services, hosted apps, networking, and security basics. Each log captures what I learned, why it matters, mistakes I made, and what I built or tested.

2026-04-30 · AWS

What I Learned About S3

S3 is object storage for files, backups, static websites, logs, and cloud assets, but permissions and public access need careful handling.

Read More

2026-04-29 · AWS

EC2 vs S3

EC2 gives you virtual servers for running workloads, while S3 gives you object storage for storing files and assets.

Read More

2026-04-28 · Cloud Security

IAM Basics

IAM controls who can access AWS resources, what actions they can take, and under which conditions.

Read More

2026-04-27 · Networking

How DNS Works With Hosted Apps

DNS connects a domain name to the infrastructure hosting an app, such as a load balancer, CloudFront distribution, or server IP.

Read More