Cloud, Kubernetes, and platform engineering.

Senior-engineer field notes on cloud, Kubernetes, AWS, Terraform, and platform engineering by Ercan Ermis.

All posts

111 posts

What is Carrier Gateway on AWS?

Amazon Web Services (AWS) offers many services to provide a seamless and secure cloud computing experience to its users. One of these ...

Feb 24, 2023 3 min

Creating SSH Keys for Secure Access to AWS EC2 Instances with Terraform

When working with cloud infrastructure, security is of utmost importance. One critical aspect of security is controlling access to cloud ...

Feb 15, 2023 3 min

What is an Egress only internet gateways in AWS?

Within a VPC, an Egress-Only Internet Gateway is an essential component that enables outbound traffic from the VPC to the Internet.

Jan 31, 2023 3 min

What is an Internet Gateway in AWS?

An internet gateway is horizontally scaled and redundant, but attaching one is not enough: the route table entry is what actually moves traffic out of your VPC.

Jan 11, 2023 3 min

What are Route Tables on AWS VPC?

How VPC route tables decide where subnet traffic goes: local versus internet gateway routes, the one-table-per-subnet rule, and when a custom table pays off.

Jan 03, 2023 3 min

What is Subnet on AWS VPC?

Subnets in AWS VPC are used to divide a VPC into multiple logical networks. This allows users to isolate resources and control access to ...

Dec 10, 2022 3 min

What is AWS VPC?

Learn about Amazon Web Services (AWS) Virtual Private Cloud (VPC), a service that allows users to create and manage their own virtual pri...

Dec 07, 2022 2 min

Prevent nginx from caching DNS for proxy

If you are having problems with nginx proxy DNS caching, you can see the config for flush and/or clear DNS caching continuously...

Aug 22, 2022 1 min

Scaling PHP Applications on AWS

You can understand the running highly available, performant, and secure PHP applications on AWS with easy 14 steps...

Aug 10, 2022 2 min

Create an S3 Bucket and Set a Policy via CLI

I really like to use CLI commands and it's my daily routine. Today, I'll tell to you "How do you create an S3 Bucket on AWS" and "Put an ...

Jul 17, 2022 2 min

More from Ercan

Two more sites, same author, different ground.