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): create NAT Gateways with fixed IPs #14250

Merged
merged 5 commits into from Apr 21, 2021

Commits on Apr 19, 2021

  1. feat(ec2): create NAT Gateways with fixed IPs

    Select static IPs for NAT gateways by pre-creating EIP allocations and
    passing them into the NAT gateway provider.
    
    Fixes #11884, fixes #4067.
    rix0rrr committed Apr 19, 2021
    Copy the full SHA
    1db070d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Copy the full SHA
    c0ff207 View commit details
    Browse the repository at this point in the history
  2. remove @experimental

    NetaNir committed Apr 21, 2021
    Copy the full SHA
    fbdf643 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c070151 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    423deaf View commit details
    Browse the repository at this point in the history