3.4. Preparing for the Red Hat Satellite Installation
In your AWS environment, complete the following steps:
- Launch an EC2 instance of a Red Hat Enterprise Linux AMI.
- Connect to the newly created instance.
If you use a Red Hat Gold Image, remove the RHUI client and set the
enabledparameter in theproduct-id.confto1.# yum remove -y rh-amazon-rhui-client* # yum clean all # cat << EOF > /etc/yum/pluginconf.d/product-id.conf > [main] > enabled=1 > EOF