Skip to content

Support Elastic IP in the ec2-controller #1218

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

Closed
RedbackThomson opened this issue Mar 11, 2022 · 1 comment
Closed

Support Elastic IP in the ec2-controller #1218

RedbackThomson opened this issue Mar 11, 2022 · 1 comment
Assignees
Labels
kind/enhancement Categorizes issue or PR as related to existing feature enhancements.

Comments

@RedbackThomson
Copy link
Contributor

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

@RedbackThomson RedbackThomson added kind/enhancement Categorizes issue or PR as related to existing feature enhancements. EC2 labels Mar 11, 2022
@RedbackThomson RedbackThomson self-assigned this Mar 14, 2022
ack-bot pushed a commit to aws-controllers-k8s/ec2-controller that referenced this issue Mar 21, 2022
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.
@RedbackThomson
Copy link
Contributor Author

Added in aws-controllers-k8s/ec2-controller#39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to existing feature enhancements.
Projects
None yet
Development

No branches or pull requests

1 participant