chime / terraform-aws-alternat

High availability implementation of AWS NAT instances.
MIT License
1.06k stars 66 forks source link

ARM Lambda Option #70

Closed therealvio closed 1 year ago

therealvio commented 1 year ago

Hi team,

First off, thanks for this excellent project!

I have been working on setting up alterNAT to replace our NAT gateways for our more active AWS accounts. I noticed there isn't an option for running the Lambdas in ARM architecture. It would be a neat little cost optimization given how often the connectivity Lambda runs alone.

Admittedly, I am not familiar with how Python works with ARM CPU architecture - so I can imagine this making it tricky.

Thanks in advance!

bwhaley commented 1 year ago

Seems reasonable to me. Would you be willing to give #71 a try and let me know if that works for you?

therealvio commented 1 year ago

Yeah, I will try to make some time tomorrow (Australian Eastern) to give it a whirl 👍

If it works out, my plan is to share details on how it runs too.

Update: This may have to happen the day after - busy day! I am still eager to test this.