-
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_table…
-
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?…
-
With the below stack I get the `throw new Error('Pass the NatInstanceProvider to a Vpc before accessing \'securityGroup\'');` error. Not sure what I am doing wrong.
```typescript
export class Exa…
ruckc updated
3 months ago
-
Following the works of https://github.com/AndrewGuenther/fck-nat/issues/14 and https://github.com/AndrewGuenther/fck-nat/issues/37 and along with using https://github.com/RaJiska/terraform-aws-fck-nat…
-
Hey, I'm having some trouble getting an example cdk stack to work.
In this cdk Stack I'm creating ec2 instances that ping the 8.8.8.8 dns server and push the log to s3. When i use a NatGateway ever…
-
My understanding is that for t3.micro for example, 0.064 Gbps translates to 64 Mbps, not 6.4Mbps ?
While not amazing, it's ten times more bearable.
https://github.com/AndrewGuenther/fck-nat/bl…
-
Hey,
I'm stuck trying to setup fck-nat, I can get the EC2 Instance working, but the second I assign the 0.0.0.0/0 route to my existing route table instead of internet gateway or even if I add a new…
-
Hello again. I decided to try fck-nat with a private VPC subnet range, with its own routing table. However, a test VM I setup could not default route to the fck-nat instance, and forcing the route did…
-
Just had a try with cdk-fck-nat and it fails with:
`Could not resolve context values for ami:account=xxxxx:filters.image-type.0=machine:filters.name.0=fck-nat-al2023-*-arm64-ebs:filters.state.0=avail…
-
I apologize if the question makes no sense.. I'm rather new at all this serverless stuff.
I'm tasked with creating multiple VPCs each hosting a few lambda functions, a cloudfront distribution and a…