Skip to content

issues Search Results · repo:int128/terraform-aws-nat-instance language:HCL

Filter by

19 results
 (53 ms)

19 results

inint128/terraform-aws-nat-instance (press backspace or delete to remove)

Hi there! AWS is now charging for every public IPv4 address. Is is possible to use the NAT instance with only IPv6 addresses?
  • fabiodeabreuaraujo
  • 1
  • Opened 
    on Jul 1, 2024
  • #77

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 ...
  • 5t33
  • Opened 
    on May 13, 2024
  • #75

The default egress security group blocks UDP. This blocks any DNS queries made using Google, Cloudflare DNS etc. https://github.com/int128/terraform-aws-nat-instance/blob/master/main.tf#L14 A rule should ...
  • chrissam
  • Opened 
    on Apr 20, 2024
  • #74

Exposing the autoscaling group name as an output would allow me to add an alarm on it.
  • darinrogers
  • Opened 
    on Apr 16, 2024
  • #73

i ve been using this module for months now without any issues, but i am now receiving this quota error. image my full terraform code can be found here https://github.com/aristosMiliaressis/pwnctl/blob/af81a6eeb7c8bac0d5474209b7da054cce2d704b/infra/vpc.tf#L89 ...
  • aristosMiliaressis
  • Opened 
    on Nov 3, 2023
  • #70

The current snat.sh script doesn t work on Amazon Linux 2023. Here s my first attempt at an alternative script for Amazon Linux 2023 #!/bin/bash -x # wait for ens6 while ! ip link show dev ens6; do ...
  • dwilkie
  • 4
  • Opened 
    on Aug 23, 2023
  • #65

Could you please cut a release of the terraform registry module? I raised a PR #55 last month (thank you!) but I am having to reference the github repo rather than the terraform registry as the terraform ...
  • mackenzie-oa
  • 2
  • Opened 
    on Jan 5, 2023
  • #58

Hello, I ve encountered the following issue: 1. The NAT ec2 instance needs to be replaced due to failure or spot termination. 2. The original instance is removed and the ASG is spawning a new one. 3. ...
  • LiranV
  • 1
  • Opened 
    on Jan 4, 2023
  • #57

Hi! another tfsec warning Result #2 HIGH IAM policy document uses sensitive action ec2:AttachNetworkInterface on wildcarded resource * ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ...
  • syscod3
  • Opened 
    on Mar 16, 2022
  • #49

Hi! tfsec complains (rightly so) about the following: Result #3 HIGH Launch template does not require IMDS access to require a token ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── ...
  • syscod3
  • Opened 
    on Mar 16, 2022
  • #48
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub