Skip to content

Resolve "Introducing network configuration in AWS reference architecture"

Closes #166 (closed)

MR adds in the ability to create a network stack if desired (VPC, subnets, etc...) and automatically spread instances across it with the following scenarios:

  • Use default network when create_network = false (default)
  • Create new network when create_network = true
  • Use existing network when vpc_id and subnet_ids are passed by user

Required for EKS.

Edited by Grant Young

Merge request reports