You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
I need an Elastic IP to allocate for a NATGateway in my private subnets. This is supported in the AWS SDK for Go as AllocateAddress.
Describe the solution you'd like
A new ElasticIP or EIP resource
The text was updated successfully, but these errors were encountered:
Issue #, if available: aws-controllers-k8s/community#1218
Description of changes:
Creates the `ElasticIPAddress` custom resource, from `AllocateAddress` and `DeallocateAddress`. This API uses either `AllocationID` or `PublicIP` as the identifier depending on whether the domain is set to `"vpc"` (for EC2-VPC) or otherwise (for EC2-Classic), respectively. For the adoption, I have chosen to set `AllocationID` as the primary key for now, since EC2-VPC is the recommended method for managing resources in EC2.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Is your feature request related to a problem?
I need an Elastic IP to allocate for a
NATGateway
in my private subnets. This is supported in the AWS SDK for Go asAllocateAddress
.Describe the solution you'd like
A new
ElasticIP
orEIP
resourceThe text was updated successfully, but these errors were encountered: