---
title: "Nutanix Prism Central With Wasabi"
slug: "nutanix-prism-central-with-wasabi"
updated: 2025-12-12T23:26:40Z
published: 2025-12-12T23:26:40Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nutanix Prism Central With Wasabi

[Nutanix Prism](https://www.nutanix.com/products/prism) is an enterprise-grade control and management plane for unified hybrid multicloud management. Wasabi has been validated for use with Nutanix Prism. To use Prism with Wasabi, follow the instructions below.

## Prerequisites

- Nutanix Prism Central v7.5 and above
- NCI starter and above license
- Nutanix clusters registered to the Prism Central
- An active Wasabi account

## Configuring Wasabi

### Creating a bucket

1. Log in to the Wasabi Console.
2. Create an object lock enabled bucket. Enable Governance mode and set the Retention time to 31 days. Click **Apply**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 1.58.12 PM.png)

1. Navigate to the Lifecycle Policy section and create a lifecycle policy, as shown below.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 2.40.45 PM.png)

### Creating a Policy

Create a policy with the permissions below. For more information, review [Creating a Policy](https://docs.wasabi.com/v1/docs/en/creating-a-policy?highlight=undefined).

```plaintext
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "s3:GetObject",
                "s3:GetObjectVersion",
                "s3:DeleteObject",
                "s3:DeleteObjectVersion",
	            "s3:ListAllMyBuckets"
            ],
            "Resource": "arn:aws:s3:::pcbr-wasabi-bucket/*"
        },
        {
            "Effect": "Allow",
            "Action": [
                "s3:ListBucket",
                "s3:GetBucketLocation",
 	            "s3:GetBucketVersioning",
                "s3:GetLifecycleConfiguration",
                "s3:GetBucketObjectLockConfiguration",
                "s3:ListAllMyBuckets"
            ],
            "Resource": "arn:aws:s3:::pcbr-wasabi-bucket"
        }
    ]
}
```

Replace the bucket name accordingly in "Resource": "arn:aws:s3:::pcbr-wasabi-bucket/*".

### Creating a User

Create a user with programmatic (create API key) access and apply the policy created above to the user. For more detail, refer to [Creating a User](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key#creating-a-user).

Remember to save the access keys, as they will be required to create the backup location in Prism Central.

## Configuring Prism Central

### Creating Prism Central Backups to Wasabi

1. Log in to the Prism Central web console.
2. From Application Switcher Function, select the**Infrastructure**application and click **Settings** (gear icon).

Navigate to Point-in-Time Backup under Prism Central Backups. Click **Protect Now**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 3.17.24 PM.png)

1. Under **Backup Location**, select Other S3 Compliant Object Store as Endpoint Type. Provide the following details and click **Proceed**.

- IP Address or Host Name—Provide the Service URL of the region where the bucket is located
- Region Name—Wasabi region
- Bucket Name—Name of the Wasabi bucket created in the earlier section

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 3.40.07 PM.png)

Scroll down to provide the credentials created in [Creating a User](/v1/docs/nutanix-prism-central-with-wasabi#creating-a-user). Configure the desired setting in the Restore Points Objective (RPO) section and click **Proceed**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 3.42.53 PM.png)

1. The system synchronizes Prism Central configuration data to the Wasabi bucket. While the configuration data is synchronizing, the Status of the Prism Central instances is shown as Sync in Progress in the Prism Central Backups dashboard. The Status turns to Synced****when the configuration data is synchronized. The process of taking the first backup starts immediately when you submit the Wasabi bucket details and takes at least fifteen minutes. After the first backup, the system synchronizes Prism Central configuration data with the Wasabi bucket and creates restore points every RPO cycle.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.06.11 PM.png)

1. We can see a folder with the name “pc_backup” has been created after registering the Wasabi account.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.08.39 PM(1).png)

### Restoring Prism Central

Ensure that the old Prism Central is disconnected and powered off before initiating the restore operation as outlined below.

The restoration creates a new Prism Central instance that replaces the older instance.

1. Navigate to **Prism Element —> Settings —> Restore Prism Central.** Select **Restore a Prism Central from Point in-Time Backups** and click **Restore Now**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.21.05 PM.png)

1. In the Connect section, provide the Wasabi configuration details below.
  - IP Address or Host Name—Provide the Service URL of the region where the bucket is located
  - Region Name—Wasabi region
  - Bucket Name—Name of the Wasabi bucket created in the earlier section
  - Access Key
  - Secret Key

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.24.07 PM.png)

1. In the Source section, select the Prism central we need to restore and click **Next**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.29.48 PM.png)

1. In the **Restore Point** section, select the desired restore point and click **Next**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.33.18 PM.png)

1. In the **Installation** section, review the details and click **Next**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.36.37 PM.png)

1. In the Configuration****section, select the desired vlan. Review the Summary tab and click **Restore**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.39.50 PM.png)

1. Navigate to Tasks and monitor the restoration of Prism Central.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.43.15 PM.png)

1. Once restoration is complete, validate by navigating to Prism Central and change the default password on the first login.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2025-12-12 at 4.44.35 PM.png)
