Skip to content

Commit a1c285a

Browse files
Merge pull request #76834 from snarayan-redhat/OSDOCS-10734_ipv4pool
OSDOCS#10734: AWS Public IPv4 cost mitigation
2 parents deda7a0 + 7eeff7e commit a1c285a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

modules/installation-aws-permissions.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,10 @@ If you are managing your cloud provider credentials with mint mode, the IAM user
307307
====
308308
* `sts:AssumeRole`
309309
====
310+
311+
.Required permissions for enabling Bring your own public IPv4 addresses (BYOIP) feature for installation
312+
[%collapsible]
313+
====
314+
* `ec2:DescribePublicIpv4Pools`
315+
* `ec2:DisassociateAddress`
316+
====

modules/installation-configuration-parameters.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,17 @@ For a private cluster, specify a private subnet for each availability zone.
10021002
For clusters that use AWS Local Zones, you must add AWS Local Zone subnets to this list to ensure edge machine pool creation.
10031003
|Valid subnet IDs.
10041004

1005+
|platform:
1006+
aws:
1007+
publicIpv4Pool:
1008+
|The public IPv4 pool ID that is used to allocate Elastic IPs (EIPs) when `publish` is set to `External`. You must provision and advertise the pool in the same {aws-short} account and region of the cluster. You must ensure that you have 2n + 1 IPv4 available in the pool where _n_ is the total number of {aws-short} zones used to deploy the Network Load Balancer (NLB) for API, NAT gateways, and bootstrap node. For more information about bring your own IP addresses (BYOIP) in {aws-short}, see link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-onboard[Onboard your BYOIP].
1009+
| A valid link:https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-public-ipv4-pools.html[public IPv4 pool id]
1010+
1011+
[NOTE]
1012+
====
1013+
BYOIP can be enabled only for customized installations that have no network restrictions.
1014+
====
1015+
10051016
|platform:
10061017
aws:
10071018
preserveBootstrapIgnition:

0 commit comments

Comments
 (0)