Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the TenantEgress on adding aws regions in RHCOS #1087

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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