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(ec2): add support for vpc endpoints #2104

Merged
merged 27 commits into from
Apr 9, 2019
Merged

Commits on Mar 27, 2019

  1. feat(ec2): add support for vpc endpoints

    Add support for both gateway and interface VPC endpoints. Static members are
    exposed for all AWS service endpoints.
    
    As gateway endpoints reference route tables, they currently cannot be added to
    imported VPC networks.
    jogold committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9052eb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    3e794db View commit details
    Browse the repository at this point in the history
  2. Add readonly

    jogold committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    746507e View commit details
    Browse the repository at this point in the history
  3. Fix typo

    jogold committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    2a29faa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e827e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65293e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a3f896 View commit details
    Browse the repository at this point in the history
  7. Extend SubnetSelection

    BREAKING CHANGE: `SubnetSelection` now expects either a list of subnet types (`subnetTypes`) or a list of subnet names (`subnetNames`)
    BREAKING CHANGE: `vpnRoutePropagation` now expects a `SubnetSelection`
    BREAKING CHANGE: `vpcSubnets` in `ClusterProps` in `@aws-cdk/aws-eks` now expects a `SubnetSelection`
    jogold committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c799be0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Default port range and naming

    jogold committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    625c5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07e2cb View commit details
    Browse the repository at this point in the history
  3. Fix build

    jogold committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    5c3e0d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6f47c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    5293965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1688c67 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    af46e05 View commit details
    Browse the repository at this point in the history
  2. Deprecate subnetIds

    jogold committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    a3978aa View commit details
    Browse the repository at this point in the history
  3. Revert "Deprecate subnetIds"

    This reverts commit a3978aa.
    jogold committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    6235f31 View commit details
    Browse the repository at this point in the history
  4. Revert "Integrate codebuild vpc support"

    This reverts commit 1688c67.
    jogold committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    2758a05 View commit details
    Browse the repository at this point in the history
  5. Revert "Extend SubnetSelection"

    This reverts commit c799be0.
    jogold committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    e2827d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    8101b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd17299 View commit details
    Browse the repository at this point in the history
  3. Reinstate selectSubnets() but return a SOA instead of an AOS

    Explicitly deal with the fact that not all IVpcSubnets are VpcSubnets.
    rix0rrr authored and Rico Huijbers committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    f3811d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    394cd4e View commit details
    Browse the repository at this point in the history
  5. Error message

    jogold committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    c0fcd02 View commit details
    Browse the repository at this point in the history
  6. Fix onePerAz

    jogold committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    6651dae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f883b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f83acd9 View commit details
    Browse the repository at this point in the history