1. In the Aspera on Cloud Admin app, Go to Nodes and storage > Nodes > Create new.
aspera-immersion-day
[This name refers to the AWS S3 storage]us-east-1
2. Create an Aspera IAM Role and Policy.
3. Create an Aspera policy to allow S3 access.
4. Copy the following JSON policy.
{
"Version":"2012-10-17",
"Statement":[
{
"Sid":"VisualEditor0",
"Effect":"Allow",
"Action":[
"s3:PutObject",
"s3:GetObject",
"s3:AbortMultipartUpload",
"s3:DeleteObject",
"s3:ListMultipartUploadParts"
],
"Resource":"arn:aws:s3:::bucket-name/*"
},
{
"Sid":"VisualEditor1",
"Effect":"Allow",
"Action":[
"s3:ListBucketMultipartUploads",
"s3:ListBucket",
"s3:GetBucketLocation"
],
"Resource":"arn:aws:s3:::bucket-name"
}
]
}
5. Paste it in the IAM policy editor.
CLICK HERE
to see how to find your S3 bucket names.1. Navigate to AWS Cloudformation > Stacks > Select your S3 Stack > Outputs.
6. Review and Create Policy.
aspera-s3-policy
7. Attached the Aspera policy to the Aspera role.
aspera-s3-policy
8. Name, review and create role.
aspera-s3-role
9. Search for the aspera-s3-role and copy its ARN.
1. Return to the IBM Aspera admin portal.
the name of your bucket
/
If the connection fails, refresh the webpage. Repeat the steps above and update the IAM trust policy in AWS created before with the latest provided.
2. Download and safely store your access keys.