alexdebrie / serverless-vpc-examples

Examples for using Serverless within a VPC
36 stars 14 forks source link

NAT Instance? #1

Open jplock opened 4 years ago

jplock commented 4 years ago

For small applications, a NAT Instance may be an ok option if people want to save money and not pay for a NAT Gateway.

https://github.com/smoketurner/serverless-vpc-plugin supports provisioning NAT instances if you wanted to leverage that plugin in any way.

alexdebrie commented 4 years ago

Good point, @jplock, and good to see you again! I thought about including this but held off. You're right that I should mention it as an option.

Will leave this one open but aim to add it in the next few weeks.