-
The current terraform module is sufficiently out of step with the documentation and work on the main branch.
In order to use it we must use the deprecated input variables like update_route_table an…
-
Hi,
I've had issues with this not working, although it used to work.
It seems that when it deletes the default route:
```
# switch the default route to eth1
ip route del default dev eth0
```…
-
This project looks awesome.
I tried to deploy it using the only free-tier option, the t2.micro. Unfortunately: "The t2.micro instance type does not support an AMI with a boot mode of UEFI. Only …
-
I'm deploying my NextJS app to AWS. This is my config:
```
///
export default $config({
app(input) {
return {
name: "oneact-landing-page",
removal: input?.stage === "prod…
-
I was just implementing fck-nat in my stack and noticed that I needed to explicity add an ingress rule to the created security group in order for instances in a private subnet to have internet access.…
-
# Troubleshooting Lambda Internet Access Using a NAT Instance
I'm having trouble getting my Lambda function to access the internet using a NAT Instance (`fck-nat`). To diagnose the issue, I decided…
-
Are we limited to the t4g series, or can we use other EC2 instances such as t3, t2, etc? This is just out of my curiosity. @AndrewGuenther
-
Please update the cloudformation template so that it works on this page: https://github.com/AndrewGuenther/fck-nat/blob/main/docs/deploying.md
I've debugged it, and here is the working version:
`…
-
is it possible to make it compatible with [cloudposse/terraform-aws-dynamic-subnets](https://github.com/cloudposse/terraform-aws-dynamic-subnets)
-
The docs say:
`t4g.nano hourly: $0.0042`
This pricing is out of date. Most regions are at least double this now.
https://aws.amazon.com/ec2/pricing/on-demand/
us-east-2 is 0.0084
Maybe wo…