Building an AWS Centralized NAT Gateway Solution from Scratch with Terraform

In this post I will be sharing the terraform code to build a Centralized NAT Gateway using Transit Gateway (Route table design) I use Visual Studio Code to build my terraform code. The directory structure looks like this This code is also uploaded in my github repo https://github.com/akamalsha/terraform-aws-code Feel free to customize the configuration according to your specific requirements and explore additional features and functionalities offered by Terraform and AWS to further optimize your network infrastructure....

5 min · Adil

Optimising AWS Network Architecture: Utilising Centralized NAT Gateway using Transit Gateway Design

Many of the apps you deploy in your environment will simply need outbound internet access to download libraries, patches, and OS upgrades, among other things. The best way to accomplish this is to use a network address translation (NAT) gateway, to protect your production ec2 instances from exposing to the outside world. You may securely manage all of your outgoing internet communication from a single location with this hub-and-spoke setup....

3 min · Adil