Doriann Corlouër
Doriann Corlouër
Just updated the Terraform module to have a functional NAT64 support with the latest fck-nat version. You can easily experiment using the [nat64](https://github.com/RaJiska/terraform-aws-fck-nat/tree/nat64) branch of the repo, start, which would...
Perhaps this feature can can be added as part of the v2 release.
> Instances with less than 32vCPUs are limited to 5Gbps internet egress bandwidth[1]. I think it is highly unlikely you would hit these limits in any environment which is using...
@philipg To put simply, creating smaller private subnets, each with their own NAT instance? This would work but unfortunately requires changes to the networking layer just to accommodate this technical...
This is a clever trick. Thanks for sharing this idea.
Hey @AndrewGuenther, gentle bump regarding this PR and the couple other ones pending review.
No worries, thanks for looking into it!
Amazing news, glad you have been able to go through it. You mentioned you like dependencies managed independently of the AMI, please correct me if I'm wrong, does that mean...
Understood! Indeed I've been looking for a way to do something like Docker multi-stage building but couldn't find how to in an AMI context as it seems there is no...
> I don't think that method is going to work due to kernel module dependencies. Docker will share the underlying kernel so unless we build the RPM on a host...