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

Enhancement to RouteTable describe and adding AllocationId as attribute to PublicIpInstanceIdPair and related describes #211

Merged
merged 2 commits into from
Oct 30, 2024

Commits on Oct 7, 2024

  1. Added a new describe* method called describeRouteTablesWithFilter so …

    …that RouteTables can be described by Vpc-Id, for instance
    
    Added a unit test which searches for a RouteTable by a VPC-id
    qpointsystems committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    502982b View commit details
    Browse the repository at this point in the history
  2. Added allocationId to PublicIpInstanceIdPair so that IP addresses can…

    … be tracked by that AWS concept.
    
    Added a releaseAddressInRegionByAllocationId so that an IP address can be released by that addresses AllocationId
    Modified the DescribeAddressesResponseHandler so that it can optionally take allocationId into account on a Describe
    Added a use case to test allocationId
    qpointsystems committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d19480b View commit details
    Browse the repository at this point in the history