Skip to content

Commit

Permalink
Update the TenantEgress on adding regions in RHCOS
Browse files Browse the repository at this point in the history
When a new aws-region is added, the tenantegress is required to be
updated. The process to update the tenantegress is added for reference.
  • Loading branch information
aaradhak committed Feb 4, 2025
1 parent 146be90 commit fa01cf4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/aws-region-enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ In case of RHCOS:
- Account: 531415883065
ARN: arn:aws:iam::531415883065:user/art-rhcos-ci-s3-bot
Refer 'RH-DEV AWS Account' in Bitwarden for User ID
- Note:
- 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.
- Update the Tenant Egress directory in the internal Git repository with details of the new AWS regions.
Include the corresponding DPP ticket reference in the comments as shown below:
Example:
```
// DPP ticket - https://issues.redhat.com/browse/DPP-16314
to:
dnsName: ec2.ap-southeast-3.amazonaws.com
type: Allow
```
### 4. Follow Up:
Expand Down

0 comments on commit fa01cf4

Please sign in to comment.