1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/rosa-troubleshooting-s3bucketslimitexceeded-failure-deployment.adoc

47 lines
1.9 KiB
Plaintext

// Module included in the following assemblies:
//
// * support/rosa-troubleshooting-deployments.adoc
:_mod-docs-content-type: PROCEDURE
[id="rosa-troubleshooting-s3bucketslimitexceeded_{context}"]
= Troubleshooting cluster creation with an S3BucketsLimitExceeded error
If a cluster creation action fails, you might receive the following error messages.
.Example install logs output
[source,terminal]
----
level=error msg="Error: Error creating S3 bucket: TooManyBuckets: You have attempted to create more buckets than allowed"
----
.Example {cluster-manager} output
[source,terminal]
----
Provisioning Error Code: OCM3014
Provisioning Error Message: S3 buckets limit exceeded. Clean unused S3 buckets or increase quota and try again.
----
This type of error indicates that you have reached the quota for the number of S3 buckets.
.Procedure
Request a quota increase from AWS or clean unused S3 buckets.
* Request a quota increase from AWS.
.. Sign in to the link:https://aws.amazon.com/console/[AWS Management Console].
.. Click your user name and select **Service Quotas**.
.. Under **Manage quotas**, select an AWS service to view available quotas.
.. If the quota is adjustable, you can choose the button or the name, and then choose **Request quota increase**.
* Clean unused S3 buckets. You can only delete buckets that do not have any objects in them. Make sure the bucket is empty.
.. Sign in to the link:https://aws.amazon.com/console/[AWS Management Console].
.. Open the **Amazon S3** console.
.. In the **Buckets** list, select the option next to the name of the bucket that you want to delete, and then choose **Delete** at the top of the page.
.. On the **Delete bucket** page, confirm that you want to delete the bucket by entering the bucket name into the text field, and then choose **Delete bucket**.
+
[NOTE]
====
If you empty a bucket, this action cannot be undone.
====