Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws-ec2) Configure NAT to Subnet Placement #874

Merged
merged 3 commits into from
Oct 10, 2018

Commits on Oct 9, 2018

  1. BREAKING(aws-ec2) Configure NAT to Subnet Placement

     * BREAKING change to VPC configuration only if natGateways was previously set
     * closes aws#741
     * Enable NAT placement by subnet name
     * Change VpcNeworkProps.natGateways from number to
       { gatewayCount: number; subnetName: string }
    moofish32 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    a6fb990 View commit details
    Browse the repository at this point in the history
  2. feat(aws-ec2) Configure NAT to Subnet Placement (aws#874)

     * closes aws#741
     * Enable NAT placement by `VpcPlacementStrategy`
     * Add `natGatewayPlacement` to `VpcNeworkProps`
     * Refactor NAT creation logic into one place
    moofish32 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    ef3e4a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    83f61e1 View commit details
    Browse the repository at this point in the history