terraform-aws-fck-nat icon indicating copy to clipboard operation
terraform-aws-fck-nat copied to clipboard

Terraform module for fck-nat

Results 6 terraform-aws-fck-nat issues
Sort by recently updated
recently updated
newest added

Capacity rebalance helps by being proactive in trying to replace Spot Instances before they are interrupted. Full docs - https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html --- **Current Behaviour** When a spot instance receives its 2-minute...

Hi, I've set up and am using fck-nat via the Terraform module. My module config looks like this: ``` module "fck-nat" { source = "git::https://github.com/RaJiska/terraform-aws-fck-nat.git?ref=ab69ccf34629e49033f52c4e6351e188be7a1f8f" name = "${local.label}-fck-nat" vpc_id =...

When trying to use fck-nat as a module in terraform, documentation says that update_route_table and route_table_id is deprecated. However, the recommended variables update_route_tables and route_tables_ids errors out as Unexpected Attribute....

```bash tag { key = "Name" value = var.name propagate_at_launch = true } dynamic "tag" { for_each = var.tags content { key = tag.key value = tag.value propagate_at_launch = false...

For more serious use and use in production environment I found that I would like to have some way to setup alerts. It seems Auto Scaling group by default has...

### Overview This PR introduces the capability to establish SSH connections to the NAT instance. This feature enables users to utilize the existing EC2 instance as an SSH tunnel, offering...