This document describes the procedures outside of Amanda that must be completed before you can set up Amazon S3 storage as a device in the Zmanda Management Console. Setting up the device once you have an account is described in the Configuring Backup Devices section of the Zmanda Management Console User's Guide.
Log in if you already have an account, or sign up for a new account.
Go to aws.amazon.com and sign up for an AWS Account.
After you have signed up, a page is displayed informing you that your account has been created and information has been sent to your email address. Find Amazon Simple Storage Service under the list of Web Services, then click it.
The Amazon S3 introduction page is displayed. Click Sign up For This Web Service. Enter your credit card details and follow any other instructions to complete the account setup.
Note: The Amanda Enterprise IAM user should have the following minimum set of permissions for backup and restore functionality. The minimum set is:
{
"Statement": [
{
"Sid": "AmandaEnterprise33",
"Effect": "Allow",
"Action": [
"s3:AbortMultipartUpload",
"s3:CreateBucket",
"s3:DeleteBucket",
"s3:DeleteObject",
"s3:GetBucket*",
"s3:GetBucketLocation",
"s3:GetLifecycleConfiguration",
"s3:GetObject*",
"s3:GetObjectAcl",
"s3:ListBucket*",
"s3:ListBucketMultipartUploads",
"s3:PutLifecycleConfiguration",
"s3:PutObject*"
],
"Resource": [
"arn:aws:s3:::zmc-*",
"arn:aws:s3:::zmc-*/*"
]
},
{
"Sid": "AmandaEnterprise33ListAllMyBuckets",
"Effect": "Allow",
"Action": ["s3:ListAllMyBuckets"],
"Resource": "arn:aws:s3:::*"
}
]
}
You can use AWS Management Console to set these policies and permissions.