Skip to content

Commit b976b70

Browse files
aaradhakdustymabe
authored andcommittedFeb 25, 2025
Update the TenantEgress on adding regions in RHCOS
When a new aws-region is added, the tenantegress is required to be updated. The process to update the tenantegress is added for reference.
1 parent b31330a commit b976b70

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎docs/aws-region-enable.md

+11
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ In case of RHCOS:
5252
- Account: 531415883065
5353
ARN: arn:aws:iam::531415883065:user/art-rhcos-ci-s3-bot
5454
Refer 'RH-DEV AWS Account' in Bitwarden for User ID
55+
- Note:
56+
- Ensure that the new AWS regions are added to the Tenant Egress configuration in the RHCOS ITUP PROD cluster to prevent any TCP timeout issues.
57+
- Update the Tenant Egress directory in the internal Git repository with details of the new AWS regions.
58+
Include the corresponding DPP ticket reference in the comments as shown below:
59+
Example:
60+
```
61+
// DPP ticket - https://issues.redhat.com/browse/DPP-16314
62+
to:
63+
dnsName: ec2.ap-southeast-3.amazonaws.com
64+
type: Allow
65+
```
5566
5667
### 4. Follow Up:
5768

0 commit comments

Comments
 (0)
Please sign in to comment.