-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: deploy subnets for every az in aws (#330)
subnets are regional in azure and gcp, so we're mimicking that behavior in aws this means: - subnets in aws generate 1 subnet for each availability zone - for regional and highly available resources (kubernetes node pool and databases for now) we use all generated AWS subnets - for zonal resources (vms, network interfaces), a zone is selected and the appropriate subnet with it - for resources that are associated with single subnets (route table associations) we create 1 for each subnet
- Loading branch information
1 parent
708a01d
commit 617e5c4
Showing
59 changed files
with
1,514 additions
and
1,346 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.