---
title: "Acronis Cyber Protect Cloud With Wasabi"
slug: "how-do-i-use-acronis-cyber-protect-cloud-with-wasabi"
updated: 2026-06-01T23:21:05Z
published: 2026-06-01T23:21:05Z
---

> ## 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.

# Acronis Cyber Protect Cloud With Wasabi

[Acronis Cyber Protect Cloud](https://www.acronis.com/en-us/products/cloud/cyber-protect/) represents an all-in-one cyber protection solution that integrates backup and recovery, disaster recovery, malware prevention, security controls, remote assistance, monitoring, and reporting. Wasabi can now be used as a destination for the Cyber Protect backups.

## Prerequisites

- An active Acronis Cyber Protect Cloud account to access Cyber Protection Service.
  - If you are an Acronis partner, [create accounts](https://www.acronis.com/en-us/support/documentation/AcronisCyberCloud/index.html#creating-user-account.html) for your customers.
  - If you are a customer of an Acronis partner, you will [receive the user account](https://www.acronis.com/en-us/support/documentation/CyberProtectionService/#activating-account.html) from your partner.
  - Have Cyber Administrator, User, or Company Administrator access.
- A Wasabi Cloud Storage account.

## Reference Architecture

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%203.37.52%E2%80%AFPM.png)

## Access Requirements Needed to Backup to Wasabi

To define a Wasabi bucket as a backup location, there are a few requirements that need to be considered.

- A Wasabi Bucket needs to be created.
- A user with relevant policies needs to be created.

For security purposes, root user access keys cannot be used to define a backup location in Acronis. A user with relevant policies should be created. The credentials of this user will be used to define the Backup Location in Acronis.

The sections below outline the steps to fulfill the access requirements needed to create a Wasabi backup location in Acronis.

### Bucket Creation

Create a bucket. For more information, review [Creating a Bucket](https://docs.wasabi.com/docs/creating-a-bucket).

### Policy Permissions

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

This policy gives the user the minimum set of permissions to a wide scope of resources.

> In the policy, * indicates all resources.

```json
{
        "Version": "2012-10-17",
        "Statement": [
        {
        "Effect": "Allow",
        "Action": [
        "s3:ListAllMyBuckets",
        "s3:GetBucketLocation",
        "s3:GetBucketObjectLockConfiguration",
        "s3:GetBucketVersioning"
        ],
        "Resource": "*"
        },
        {
        "Effect": "Allow",
        "Action": [
        "s3:ListBucket",
        "s3:ListBucketVersions"
        ],
        "Resource": "*"
        },
        {
        "Effect": "Allow",
        "Action": [
        "iam:CreateRole",
        "iam:AttachRolePolicy",
        "sts:GetCallerIdentity",
        "sts:AssumeRole"
        ],
        "Resource": "*"
        },
        {
        "Effect": "Allow",
        "Action": [
        "s3:PutObject",
        "s3:GetObject",
        "s3:DeleteObject",
        "s3:GetObjectVersion",
        "s3:GetObjectRetention",
        "s3:PutObjectRetention"
        ],
        "Resource": "*"
        }
        ]
        }
```

JSON

## 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 needed to define the backup location.

Next, create the backup location in Acronis Cyber Protect console.

## Creating a Backup Location in Acronis Cyber Protect Console

To create immutable backups with Wasabi, refer to [Using Immutability with Acronis Cyber Protect Cloud](https://docs.wasabi.com/v1/docs/using-immutability-with-acronis-cyber-protect-cloud).

1. Log in to the Acronis Cyber Protect console. Click **Backup Storage**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-06%20at%207.15.25%E2%80%AFPM.png)
2. In the Backup Storage tab, click **+ Add Location**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-06%20at%208.23.32%E2%80%AFPM.png)
3. Navigate to Public cloud and select **S3 compatible**from the drop-down menu. Click **Connect**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202026-02-12%20at%205.53.41%E2%80%AFPM.png)
4. In the S3 compatible connection dialog box, provide the following details and click **Connect.**
  - Management agent—Select the desired agent
  - Endpoint URL—Provide the service URL of the region the bucket is located in
  - Access key ID—The access key of the Wasabi user created above in [Access requirements needed to backup to Wasabi](/docs/how-do-i-use-acronis-cyber-protect-cloud-with-wasabi#access-requirements-needed-to-backup-to-wasabi).
  - Access key secret—The secret access key of the Wasabi user created above in [Access requirements needed to backup to Wasabi](/docs/how-do-i-use-acronis-cyber-protect-cloud-with-wasabi#access-requirements-needed-to-backup-to-wasabi).

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202026-02-12%20at%206.08.41%E2%80%AFPM(1).png)

> This configuration example discusses the use of Wasabi's us-central-1 storage region. Use the region your bucket is located in. For a list of regions, see [Service URLs for Wasabi's Storage Regions](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabi-s-different-storage-regions).
5. On the next screen, provide a Location name (Wasabi central is used in this example) and select the bucket, created above in [Access requirements needed to backup to Wasabi](/v1/docs/draft-acronis-cyber-protect-cloud-with-wasabi-2#access-requirements-needed-to-backup-to-wasabi), from the Buckets drop-down menu. You can use the search bar to search for the bucket. Click **Add**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot 2026-02-13 at 11.07.02 AM.png)
6. The Locations page will display the newly added location.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/pic1.png)

Next, create a Protection plan with Wasabi storage or edit an existing plan to add Wasabi as the storage destination.

## Creating a Protection Plan With a Wasabi Location

1. Navigate to **Devices,**then**All devices**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%203.06.26%E2%80%AFPM.png)
2. Select the required device. Click **Protect**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%202.53.39%E2%80%AFPM(1).png)
3. Click **Create plan** to expand the menu. Click **Protection**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%202.55.57%E2%80%AFPM.png)
4. Provide a name for the Backup plan and click **Where to backup**to configure Wasabi as the backup destination.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%203.11.21%E2%80%AFPM.png)
5. Select the Wasabi location created in [](https://docs.wasabi.com/docs/how-do-i-user-acronis-cyber-protect-cloud-with-wasabi#creating-a-backup-location-in-acronis-cyber-protect-console)Creating a Backup Location in Acronis Cyber Protect Console[](https://docs.wasabi.com/docs/how-do-i-user-acronis-cyber-protect-cloud-with-wasabi#creating-a-backup-location-in-acronis-cyber-protect-console).

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%203.14.13%E2%80%AFPM.png)
6. Configure the other fields as desired. Confirm the backup destination is Wasabi storage. Click **Create**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%203.16.32%E2%80%AFPM.png)
7. The protection plan with Wasabi storage will be created and assigned to the device.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-09%20at%203.20.32%E2%80%AFPM.png)

The backups of this device will be stored in Wasabi cloud storage.

## Assigning the Wasabi Location to an Existing Protection Plan

1. To assign the Wasabi location created earlier to a protection plan, navigate to **Management**, then select **Protection Plans**. Select the desired protection plan and click **Edit**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-06%20at%2010.11.10%E2%80%AFPM.png)
2. In the Details dialog box, click **Where to back up**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-06%20at%2010.13.32%E2%80%AFPM.png)
3. In the Where to back up dialog box, select the **Wasabi location** created in[Creating a Backup Location in Acronis Cyber Protect Console](/v1/docs/draft-acronis-cyber-protect-cloud-with-wasabi-2#creating-a-backup-location-in-acronis-cyber-protect-console).

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-06%20at%2010.16.05%E2%80%AFPM.png)
4. Confirm that the Where to back up field displays the added location. Click **Save**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/Screenshot%202024-04-06%20at%2010.27.29%E2%80%AFPM.png)

The backups of the devices assigned to this protection plan will be stored in Wasabi cloud storage.
