- Newest
- Most votes
- Most comments
Red Hat provides the RHUI cient packages for customers. The packages themselves are available directly from Red Hat. AWS Support can point customers to the RHUI client updates or provide the Red Hat Knowledgebase article IDs with links to the clients when available. The endpoints are typically associated dynamically, but they are also published in the Red Hat Knowledgebase.
For EC2 instances in AWS GovCloud regions, you need to use the AWS-provided RHUI servers to access updates and patches for your Red Hat Enterprise Linux (RHEL) instances.
-
AWS RHUI destination for EC2s in GovCloud regions: The AWS-provided RHUI servers are automatically configured when you use RHEL License-Included AMIs from AWS. If you're migrating from a BYOL (Bring Your Own License) instance or need to reconfigure your RHUI access, you'll need to install the appropriate RHUI client configuration package specific to the GovCloud region.
-
Best method to set up a private mirror to AWS RHUI: To set up access to the AWS RHUI for your instances in a private network, you have a few options:
- For instances that need to be reconfigured to use AWS RHUI: a. Launch another RHEL instance from AWS Marketplace in the GovCloud region b. Download the RHUI client package from this instance using:
sudo yum install --downloadonly --downloaddir=/tmp rh-amazon-rhui-client -y
or
sudo yumdownloader --downloaddir=/tmp rh-amazon-rhui-client
c. Copy this package to your target instance and install it
- For patching instances in a private network: a. Use a NAT gateway in your VPC to allow your instances to reach the RHUI servers b. Configure your route tables to direct traffic through the NAT gateway c. Once connected, you can update packages using standard commands:
sudo yum update
or
sudo dnf update
If you're migrating from BYOL to AWS License-Included instances, you'll need to remove the old RHUI configuration and install the new AWS-provided RHUI client packages as described above.
Note that while AWS GovCloud is designed to meet higher compliance requirements, if you require FIPS 140-2 compliance, you should use the specific FIPS endpoints for your AWS services, as the standard GovCloud endpoints are not automatically FIPS-validated by default.
Sources
Migrate RHEL BYOL systems to AWS License-Included instances by using AWS MGN - AWS Prescriptive Guidance
Patch Linux instances in a private network | AWS re:Post
Service Endpoints - AWS GovCloud (US)
Migrate RHEL BYOL instance license to an RHUI license | AWS re:Post
Relevant content
- asked 2 years ago
- asked 3 years ago
- asked 9 months ago
- AWS OFFICIALUpdated 5 months ago
