Cloud Experts Documentation

Prerequisites Checklist to Deploy ROSA Cluster with STS

This content is authored by Red Hat experts, but has not yet been tested on every supported configuration.

Background

This is a quick checklist of prerequisites needed to spin up a classic Red Hat OpenShift Service on AWS (ROSA) cluster with STSexternal link (opens in new tab) . Note that this is a high level checklist and your implementation may vary.

Before running the installation process, make sure that you deploy this from a machine that has access to:

  • The API services for the cloud to which you provision.
  • Access to api.openshift.com and sso.redhat.com.
  • The hosts on the network that you provision.
  • The internet to obtain installation media.

In addition, please refer to the official documentation here for more details of the prerequisites in general.

Accounts and CLIs Prerequisites

First, let’s discuss about the accounts and CLIs you would need to install to deploy the cluster.

AWS account:

  • You would need the following details:
    • AWS IAM User
    • AWS Access Key ID
    • AWS Secret Access Key
  • Ensure that you have the right permissions as detailed hereexternal link (opens in new tab) and here
  • Please also refer here for more details.

AWS CLI (aws):

  • Install from hereexternal link (opens in new tab) if you have not already.
  • Configure the CLI:
    1. Enter aws configure in the terminal.
    2. Enter the AWS Access Key ID and press enter.
    3. Enter the AWS Secret Access Key and press enter.
    4. Enter the default region you want to deploy into.
    5. Enter the output format you want (“table” or “json”).
    6. Verify the output by running aws sts get-caller-identity.
    7. Ensure that the service role for ELB already exists by running aws iam get-role --role-name "AWSServiceRoleForElasticLoadBalancing"
      • If it does not exist, run aws iam create-service-linked-role --aws-service-name "elasticloadbalancing.amazonaws.com"

Red Hat account:

  • Create one here if you have not already.

ROSA CLI (rosa):

  • Enable ROSA from your AWS account hereexternal link (opens in new tab) if you have not already.
  • Install the CLI from here or from the OpenShift console here .
  • Enter rosa login in a terminal, and this will prompt you to go to the token page via the console.
  • Log in with your Red Hat account credentials.
  • Click the “Load token” button.
  • Copy the token and paste it back into the CLI prompt and press enter.
    • Alternatively, you can copy the full rosa login --token=abc... command and paste that in the terminal.
  • Verify your credentials by running rosa whoami.
  • Ensure you have sufficient quota by running rosa verify quota.
    • Please refer here for more details on AWS services provisioned for ROSA cluster.
    • Please refer here for more details on AWS services quota.

OpenShift CLI (oc):

  • Install from here or from the OpenShift console here .
  • Verify that the OpenShift CLI has been installed correctly by running rosa verify openshift-client.

Once you have the above prerequisites installed and enabled, let’s proceed to the next steps.

SCP Prerequisites

It is a best practice for the ROSA cluster to be hosted in an AWS account within an AWS Organizational Unit. A service control policy (SCP)external link (opens in new tab) is created and applied to the AWS Organizational Unit that manages what services the AWS sub-accounts are permitted to access.

  • Ensure that your organization’s SCP are not more restrictive than the roles and policies required by the cluster.

  • Ensure that your SCP is configured to allow the required aws-marketplace:Subscribe permission when you choose Enable ROSA from the console, and please refer hereexternal link (opens in new tab) for more details.

  • When you create a ROSA cluster using AWS STS, an associated AWS OpenID Connect (OIDC) identity provider is created as well.

    • This OIDC provider configuration relies on a public key that is located in the us-east-1 AWS region.
    • Customers with AWS SCPs must allow the use of the us-east-1 AWS region, even if these clusters are deployed in a different region.

Networking Prerequisites

Next, let’s talk about the prerequisites needed from networking standpoint.

Firewall

  • Configure your firewall to allow access to the domains and ports listed here

Custom DNS

  • If you want to use custom DNS, then ROSA installer must be able to use VPC DNS with default DHCP options so it can resolve hosts locally.
    • To do so, run aws ec2 describe-dhcp-options and see if the VPC is using VPC Resolver.
    • Otherwise, the upstream DNS will need to forward the cluster scope to this VPC so the cluster can resolve internal IPs/services.

If you would like to deploy a PrivateLink cluster, then be sure to deploy the cluster in the pre-existing VPC (BYO VPC) and below are the prerequisites in high level:

  • Create a public and private subnet for each AZ that your cluster uses.
    • Alternatively, implement transit gateway for internet/egress with appropriate routes.
  • The VPC’s CIDR block must contain the Networking.MachineCIDR range, which is the IP address for cluster machines.
    • The subnet CIDR blocks must belong to the machine CIDR that you specify.
  • Set both enableDnsHostnames and enableDnsSupport to true.
    • That way, the cluster can use the Route 53 zones that are attached to the VPC to resolve cluster’s internal DNS records.
  • Verify route tables by running aws ec2 describe-route-tables --filters "Name=vpc-id,Values=<vpc-id>"
    • Ensure that the cluster can egress either via NAT gateway in public subnet or via transit gateway.
    • And ensure whatever UDR you would like to follow is set up.
  • You can also configure a cluster-wide proxy during or after install.
    • Select Configure a cluster-wide proxy in the Network configuration page to enable an HTTP or HTTPS proxy to deny direct access to the internet from your cluster. Please refer here for more details.

Note that you can also install a nonPrivateLink ROSA cluster in a pre-existing VPC.

Interested in contributing to these docs?

Collaboration drives progress. Help improve our documentation The Red Hat Way.

Red Hat logo LinkedIn YouTube Facebook Twitter

Products

Tools

Try, buy & sell

Communicate

About Red Hat

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Subscribe to our newsletter, Red Hat Shares

Sign up now
© 2023 Red Hat, Inc.