This document will guide you through the process of creating an output and configuring AWS S3 as the storage destination. Please ensure that your AWS S3 bucket is prepared and the correct access policies are configured.
Step 1: Log in to the Console
Access the AuroraCloud VOD console and log in using your account credentials.
Step 2: Navigate to the Outputs Page
After logging in, select VOD -> Outputs from the left navigation bar.
Step 3: Create an Output
On the Outputs page, click the Create an Output button.
Step 4: Configure Output Parameters
Set the specific parameters for the Output.
Click Confirm to complete the configuration.
Prerequisites
Before configuring AWS S3, ensure the following steps are completed:
{"Version": "2012-10-17","Statement": [{"Sid": "record-demo","Effect": "Allow","Principal": {"AWS": "*"},"Action": ["s3:PutObject","s3:ListBucket","s3:GetObject","s3:GetObjectAttributes"],"Resource": ["arn:aws:s3:::record-demo-bucket/*","arn:aws:s3:::record-demo-bucket"]}]}
For guidance on setting up policies, refer to: AWS S3 Bucket Policy Examples.
Step 4: Configure AWS S3 Parameters
In the fourth step of creating an Output, configure the following AWS S3-related parameters:
Storage type: Select AWS S3.
Region: Choose the AWS region that matches your bucket(If you want to customize other regions, you can create them through our API).
Bucket: Enter the name of your bucket.
Prefix : Enter a storage path prefix.
Access Key: Enter your AWS access key.
Secret Key: Enter your AWS secret key.
Click Confirm to complete the configuration.
Completion
You have successfully created an Output and configured AWS S3 as the storage destination.
Important Notes