Skip to content

Commit 0f221c1

Browse files
authored
Merge pull request #34703 from kalexand-rh/BZ1961004
BZ1961004: Clarifying that AWS endpoints are required with a proxy
2 parents 132b36b + b9a3115 commit 0f221c1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

modules/installation-aws-user-infra-requirements.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ and approving them.
4545
* IAM roles
4646
* S3 buckets
4747

48-
If you are working in a disconnected environment, you are unable to reach the
49-
public IP addresses for EC2 and ELB endpoints. To resolve this, you must create
50-
a VPC endpoint and attach it to the subnet that the clusters are using. The
51-
endpoints should be named as follows:
48+
If you are working in a disconnected environment or use a proxy, you cannot reach the public IP addresses for EC2 and ELB endpoints. To reach these endpoints, you must create a VPC endpoint and attach it to the subnet that the clusters are using. Create the following endpoints:
5249

5350
* `ec2.<region>.amazonaws.com`
5451
* `elasticloadbalancing.<region>.amazonaws.com`

modules/installation-configure-proxy.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ The `Proxy` object `status.noProxy` field is populated with the values of the `n
7070
7171
For installations on Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, and {rh-openstack-first}, the `Proxy` object `status.noProxy` field is also populated with the instance metadata endpoint (`169.254.169.254`).
7272
====
73+
* If your cluster is on AWS, you added the `ec2.<region>.amazonaws.com`, `elasticloadbalancing.<region>.amazonaws.com`, and `s3.<region>.amazonaws.com` endpoints to your VPC endpoint. These endpoints are required to complete requests from the nodes to the AWS EC2 API. Because the proxy works on the container level, not the node level, you must route these requests to the AWS EC2 API through the AWS private network. Adding the public IP address of the EC2 API to your allowlist in your proxy server is not sufficient.
74+
// TODO: xref installation-aws-user-infra-requirements.adoc#installation-aws-user-infra-other-infrastructure_{context} as a relative link
7375

7476
.Procedure
7577

0 commit comments

Comments
 (0)