int128 / terraform-aws-nat-instance

Terraform module to provision a NAT Instance using an Auto Scaling Group and Spot Instance from $1/month
https://registry.terraform.io/modules/int128/nat-instance/aws/
Apache License 2.0
175 stars 90 forks source link

2 public IP addresses for nat gateway #75

Open 5t33 opened 4 months ago

5t33 commented 4 months ago

DueI noticed that this module creates two network interfaces & two public IPs. I guess the second network interface is for an elastic IP. Considering the new charges for public IPs, it would be nice to be able to not need the additional IP if possible. Not sure if it is.