-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#3515] Attach VPC to lambda refactor
When not running in private mode, creating Nat gateways to allow rack lambdas access to AWS services can get expensive. To move away from that, when not running in private mode we won't create NATs but instead, four VPC endpoints to allow access to CloudFormation,S3,KMS and ECS services which is much cheaper than maintaining NATs
- Loading branch information
Showing
1 changed file
with
49 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters