Skip to main content
Astra Control Service
All cloud providers
  • Amazon Web Services
  • Google Cloud
  • Microsoft Azure
  • All cloud providers

Manage buckets

Contributors netapp-mwallis netapp-bcammett

You can manage the buckets that Astra uses for backups and clones. You can add additional buckets, remove existing buckets, and change the default bucket for the Kubernetes clusters in a cloud instance.

Only Owners and Admins can manage buckets.

How Astra Control uses buckets

When you start managing your first Kubernetes cluster for a cloud instance, Astra Control Service creates the initial bucket for that cloud instance.

You can manually designate a bucket as the default bucket for a cloud instance. If you do so, Astra Control Service uses this bucket by default for the backups and clones that you create on any managed cluster in that cloud instance (you can select a different bucket for backups). If you perform a live clone of an application from any of the managed clusters in a cloud instance to another cluster, Astra Control Service uses the default bucket for the source cloud instance to perform the clone operation.

You can set the same bucket as the default bucket for multiple cloud instances.

You can select from any buckets when you create a protection policy or start an ad-hoc backup.

Tip Astra Control Service checks whether a destination bucket is accessible prior to starting a backup or a clone.

View existing buckets

View the list of buckets that are available to Astra Control Service to determine their status and to identify the default bucket (if defined) for your cloud instance.

A bucket can have any of the following states:

Pending

After you add a bucket, it starts in the pending state while Astra Control discovers it.

Available

The bucket is available for use by Astra Control.

Removed

The bucket isn't operational at the moment. Hover your mouse over the status icon to identify what the problem is.

If a bucket is in the Removed state, you can still set it as the default bucket and assign it to a protection schedule. But if the bucket isn't in the Available state by the time a data protection operation starts, then that operation will fail.

Step
  1. Go to Buckets.

    The list of buckets available to Astra Control Service is displayed.

Add an additional bucket

You can add additional buckets at any time. This enables you to choose between buckets when creating a protection policy or starting an ad-hoc backup, and enables you to change the default bucket that a cloud instance uses.

You can add the following types of buckets:

  • Amazon Web Services

  • Generic S3

  • Google Cloud Platform

  • Microsoft Azure

  • NetApp ONTAP S3

  • NetApp StorageGRID S3

Before you begin
  • Ensure you know the name of an existing bucket.

  • Ensure you have credentials for the bucket that provide Astra Control with the permissions that it needs to manage the bucket.

  • If your bucket is in Microsoft Azure:

    • The bucket must belong to the resource group named astra-backup-rg.

    • If the Azure storage account instance performance setting is set to "Premium", the "Premium account type" setting must be set to "Block blobs".

Steps
  1. Go to Buckets.

  2. Select Add and follow the prompts to add the bucket.

    • Type: Choose your cloud provider.

    • Existing bucket name: Enter the name of the bucket.

    • Description: Optionally enter a description of the bucket.

    • Storage account (Azure only): Enter the name of your Azure storage account. This bucket must belong to the resource group named astra-backup-rg.

    • S3 server name or IP address (AWS and S3 bucket types only): Enter the fully qualified domain name of the S3 endpoint that corresponds with your region, without https://. Refer to the Amazon documentation for more information.

    • Select credentials: Enter the credentials that provide Astra Control Service with the permissions that it needs to manage the bucket. The information you need to provide varies depending on the bucket type.

  3. Select Add to add the bucket.

Result

Astra Control Service adds the bucket. You can now choose this bucket when creating a protection policy or performing an ad-hoc backup. You can also set this bucket as the default bucket for a cloud instance.

Change the default bucket

You can change the default bucket for a cloud instance. Astra Control Service will use this bucket by default for backups and clones. Each cloud instance has its own default bucket.

Note Astra Control does not automatically assign a default bucket for any cloud instance. You need to manually set a default bucket for a cloud instance before performing app clone operations between two clusters.
Steps
  1. Go to Cloud instances.

  2. Select the configuration menu in the Actions column for the cloud instance that you want to edit.

  3. Select Edit.

  4. In the list of buckets, select the bucket you want to make the default bucket for this cloud instance.

  5. Select Update.

Remove a bucket

You can remove a bucket that is no longer in use or is not healthy. You might want to do this to keep your object store configuration simple and up-to-date.

Note
  • You cannot remove a default bucket. If you want to remove that bucket, first select another bucket as the default.

  • You cannot remove a write once read many (WORM) bucket before the bucket's cloud provider retention period has expired. WORM buckets are denoted with "Locked" next to the bucket name.

Before you begin
  • You should check to ensure that there are no running or completed backups for this bucket before you begin.

  • You should check to ensure that the bucket is not being used for any scheduled backups.

If there are, you will not be able to continue.

Steps
  1. Go to Buckets.

  2. From the Actions menu, select Remove.

    Note Astra Control ensures first that there are no schedule policies using the bucket for backups and that there are no active backups in the bucket you are about to remove.
  3. Type "remove" to confirm the action.

  4. Select Yes, remove bucket.

Find more information