lean-delivery / terraform-module-aws-core

Terraform module for creating AWS core service
Apache License 2.0
2 stars 5 forks source link

NAT cost optimization #2

Open arno49 opened 5 years ago

arno49 commented 5 years ago

I'd like to have opportunity to reduce core costs with replacing NAT gateway service with ec2 instance (shape should be chosen from variables, default t3.nano).

arman-personal commented 5 years ago

Hi all! I've created PR for this issue, plz review it. I'm new to Terraform and IaC AWS and don't expect to solve this issue from the first time

arno49 commented 5 years ago

Not works, as expected.

javid87 commented 5 years ago

please recheck. connection problem solved. Now we can connect to Nat instance with key. added new line for internet connection "source_dest_check = false ". tested on own AWS cloud platform all work fine

https://github.com/javid87/ld_tf_projects.git