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

my fix to get nat instance working #37

Closed nelg closed 2 years ago

nelg commented 3 years ago

Seems to work OK

nelg commented 3 years ago

@int128 - this works for me, and does not work without it. Are you able to consider merging this?

iamkhalidbashir commented 2 years ago

Very importnat should merge

aalimovs commented 2 years ago

@int128 could you look at merging this please? or could you add maintainers please? thanks! 🙇

arjitj2 commented 2 years ago

@int128 please add maintainers! This is an important PR to merge.

int128 commented 2 years ago

By this pull request, the source IP address of NAT would fluctuate. I intentionally use eth1 to pin the source IP.

I think #42 resolved the issue.