[Enhancement]: Support for the new AWS IPAM pool of Amazon supplied public IPs for contiguous Elastic IP (EIP) allocation #39124
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Description
AWS now supports IPAM Pools of Amazon provided contiguous public IPs available to allocate to EC2 Elastic IPs in order to provide a simple range for third party whitelisting.
e.g. using the AWS CLI ( v2.17.42 ):
Affected Resource(s) and/or Data Source(s)
Elastic Ips are created using (for example):
Potential Terraform Configuration
Similarly to the existing optional arguments
public_ipv4_pool
for IPAM pools for VPC Eips, orcustomer_owned_ipv4_pool
for Customer provided IPv4 ranges:References
AWS Docs on manually creating a pool and associating it with EC2 instances: https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-eip-pool.html
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: