Skip to content

Commit 3b5c9df

Browse files
authored
Merge pull request #44546 from sayjadha/JIRA-OSDOCS3173
JIRA-OSDOCS3173: Updated AWS firewall allowlist
2 parents d6f0057 + 2ace997 commit 3b5c9df

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

modules/osd-aws-privatelink-firewall-prerequisites.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="osd-aws-privatelink-firewall-prerequisites"]
7-
= Firewall prerequisites
7+
= AWS firewall prerequisites
88

99
[IMPORTANT]
1010
====
@@ -73,6 +73,11 @@ This section provides the necessary details that enable you to control egress tr
7373
|Provides core container images as a fallback when quay.io is not available.
7474
|===
7575
+
76+
[NOTE]
77+
====
78+
Creating a firewall with a ROSA private cluster (non-PrivateLink) is not supported.
79+
====
80+
+
7681
When you add a site such as `quay.io` to your allowlist, do not add a wildcard entry such as `*.quay.io` to your denylist. In most cases, image registries use a content delivery network (CDN) to serve images. If a firewall blocks access, then image downloads are denied when the initial download request is redirected to a host name such as `cdn01.quay.io`.
7782
+
7883
CDN host names, such as `cdn01.quay.io`, are covered when you add a wildcard entry, such as `.quay.io`, in your allowlist.
@@ -154,6 +159,14 @@ Alternatively, if you wish to not use a wildcard for Amazon Web Services (AWS) A
154159
|`elasticloadbalancing.<aws_region>.amazonaws.com`
155160
|443
156161
|Used to install and manage clusters in an AWS environment.
162+
163+
|`servicequotas.<aws region>.amazonaws.com`
164+
|443, 80
165+
|Required. Used to confirm quotas for deploying the service.
166+
167+
|`tagging.<region>.amazonaws.com`
168+
|443, 80
169+
|Allows the assignment of metadata about AWS resources in the form of tags.
157170
|===
158171

159172
. Allowlist the following OpenShift URLs:

0 commit comments

Comments
 (0)