How to troubleshoot errors in Red Hat OpenShift Service on AWS (ROSA)
Learn how to fix some common errors that may occur when building a cluster and deploying an application on Red Hat OpenShift Service on AWS (ROSA).
You can also watch this interactive demonstration on how to install ROSA, from creating an account to deploying applications.
Service quota errors
One of the most common preflight errors users see when trying to run their Red Hat® OpenShift® Service on AWS (ROSA) cluster is related to service quotas. Some examples of these are:
error creating VPC: VpcLimitExceeded: The maximum number of VPCs has been reached.
and
AWS Error Message: Account ##### exceeded the container limit, S3
These errors indicate that you do not have the required number of service quotas to run a cluster. To create and run a ROSA cluster, you’ll need these AWS service quotas. You can run list-service-quotasin the AWS CLI to see your applied quotas and list-aws-default-service-quotasto see the default values for quotas given to all AWS accounts.
You can request service quotas via your AWS Console by following these directions. Be aware that these requests will result in increased charges to your AWS account. See the Cluster Cost Optimization resource for guidance on how to optimize the EC2 usage on your cluster.