Skip to content

πŸš€ Automated utilities for setting up and managing AWS NAT instance

Notifications You must be signed in to change notification settings

nbsp1221/aws-nat-instance-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

AWS NAT Instance Utils

This repository provides utilities for setting up and managing NAT(Network Address Translation) instances on Amazon EC2. The tools are designed for use with Amazon Linux 2023 or Amazon Linux 2.

Prerequisites

  • An EC2 instance running Amazon Linux 2023 or Amazon Linux 2.
  • The instance should be launched in a public subnet of your VPC.

Usage

You can run this script directly in your EC2 instance using curl:

curl -sSL https://raw.githubusercontent.com/nbsp1221/aws-nat-instance-utils/main/setup.sh | sudo bash

Post-Setup Steps

After running the script:

  1. Ensure 'Source/Destination Check' is disabled on the EC2 instance.
  2. Update your VPC route tables to direct traffic through this NAT instance.

References

About

πŸš€ Automated utilities for setting up and managing AWS NAT instance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages