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

Fix EIP release in ec2_vpc_nat_gateway #20167

Merged

Commits on Jan 12, 2017

  1. Check if EIP exists before deleting it

    After deleting the NAT gateway, the EIP sometimes seems to
    cease to exist afterwards. Check if it exists before deleting it.
    
    Otherwise you get:
    ```
    Failed to release EIP eipalloc-abdc1234: An error occurred (InvalidAllocationID.NotFound) \
    when calling the ReleaseAddress operation: The allocation ID 'eipalloc-abcd1234' does not \
    exist", "success": false}
    ```
    Will Thames committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    6965492 View commit details
    Browse the repository at this point in the history
  2. Fix flake8 errors with ec2_vpc_nat_gateway

    Will Thames committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    a7d3f63 View commit details
    Browse the repository at this point in the history