Alibaba Cloud
Steps to connect your Alibaba Cloud Object Storage Service (OSS) to SimpleBackups
Alibaba Cloud
If you are looking to connect your Alibaba Cloud Object Storage Service (OSS) to SimpleBackups, follow these steps:
Storage Policy Setup
- Log in to your Alibaba Cloud account and navigate to the Alibaba Cloud console.
- In the console, go to the Object Storage Service (OSS) dashboard and click on the bucket you want to connect with SimpleBackups.
- Click on the ‘Access Control’ tab and select the ‘Bucket Policy’ option from the left-hand menu.
- In the ‘Bucket Policy’ tab, add the following policy:
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::YOUR_AWS_ACCOUNT_ID:root"
},
"Action": [
"oss:GetObject",
"oss:PutObject",
"oss:PutObjectAcl"
"oss:ListObjects",
"oss:DeleteObject",
],
"Resource": [
"acs:oss:*:*:YOUR_BUCKET_NAME/*",
"acs:oss:*:*:YOUR_BUCKET_NAME"
]
}
]
}
- Make sure to replace
YOUR_BUCKET_NAME
with the name of your Alibaba Cloud bucket. Once you have added the policy, click on the ‘Save’ button.
Add to SimpleBackups
- Now, go to your SimpleBackups storage page https://my.simplebackups.com/storage and click on Connect Storage +
- Select S3-Compatible Storage from the list of available options
- Enter the required details, including your
Access Key
,Secret Key
, andBucket Name
- Enter the
Region
of your bucket
- Enter your
Endpoint
(you can refer to https://www.alibabacloud.com/help/en/object-storage-service/latest/regions-and-endpoints) - copy the Public endpoint value
- Click on the Validate button to ensure that the connection is successful.
- If the connection is successful, click on the Save Storage button to complete the process.
That’s it! Your Alibaba Cloud storage is now connected to SimpleBackups, and you can use it to store your backups.
Did this answer your question?
😞
😐
🤩
Last updated on May 12, 2023