<aside>

Before going to Step 2 & 3 - Food for thought

</aside>

<aside>

While using VPC Endpoints is a faster and more secure way to communicate with AWS services, NAT Gateway is more cost-efficient and easier to implement when using multiple services.

The bastion host requires two things:

→ Require more than 5 VPC endpoints, minimal cost = $36/month = a NAT gateway

→ Also, low-latency traffic is not needed for cluster management purpose & installing software outside AWS (kubectland eksctl) becomes much easier

NAT Gateway will be used in this project for bastion hosts

</aside>