S3Bubble Support Forums
To stay up to date with the latest S3Bubble updates and tutorials please make sure you sign up to our YouTube Channel.
home › Forums › General Questions & Bugs › Pipeline Jobs Error
Tagged: cloudfront, elastictranscoder, pipelines, waf
- This topic has 10 replies, 2 voices, and was last updated 8 years, 8 months ago by
s3bubble.
-
AuthorPosts
-
-
January 29, 2017 at 10:32 am #29602
samueldv6
ParticipantI’m getting an error when trying to encrypt my videos. In pipeline jobs, the status is showing as “Error”. I created a new IAM user and role and assigned an encryption key to this user but I still can’t encrypt my videos with AES 128.
I also added the new role to the encryption setup (Key Administrator and Key User) but it still doesn’t encrypt.
Please help.
-
January 29, 2017 at 1:02 pm #29603
s3bubble
KeymasterHi Samuel,
Taking a look now.
Best Regards
Sam
-
January 29, 2017 at 2:48 pm #29606
s3bubble
KeymasterHi Samuel,
This issue is caused when a bucket policy is added it denys the elastic transcoder access please remove the bucket policy while you encode until we find a solution.
Best Regards
Sam
-
January 29, 2017 at 2:57 pm #29607
samueldv6
ParticipantOk thanks Sam.
-
February 13, 2017 at 9:46 am #29663
samueldv6
ParticipantHi Sam,
Have you sorted out the bucket policy issue yet?
I want to make sure that this is sorted before I add my video content to my site.
Kind regards,
Samuel.
-
February 13, 2017 at 4:23 pm #29664
s3bubble
KeymasterHi samueldv6,
Apologies I have been going back and forth with Amazon about this and they keep giving me a solution which resolves the pipeline is and starts the job with the policy attached but it then doesn’t secure the link I will chase the up today, here was the code that they said worked but after testing it didn’t work for me , perhaps you could test and let me know if it works for you.
{ "Version": "2008-10-17", "Id": "S3BubbleSecurity", "Statement": [{ "Sid": "S3BubbleAllow", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::<bucketname>/*", "Condition": { "StringLike": { "aws:Referer": [ "https://s3bubble.com/*", "https://media.s3bubble.com/*" ] } } }, { "Sid": "S3BubbleDeny", "Effect": "Deny", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::<bucketname>/*", "Condition": { "ForAnyValue:StringNotLike": { "aws:userid": [ "arn:aws:iam::<!-- role arn -->:role/S3Bubble_Elastic_Transcoder_Default_Role" ], "aws:referer": [ "https://s3bubble.com/*", "https://media.s3bubble.com/*" ] } } }] }Best Regards
Sam
-
February 25, 2017 at 10:25 am #29722
samueldv6
ParticipantHi Sam,
Did you manage to get this sorted?
-
February 25, 2017 at 7:26 pm #29725
s3bubble
KeymasterHi samueldv6,
Yes this is resolved but I will need to do a video to explain the process but if you want to test you can do the following.
1. Create a new bucket do not set any hls options.
2. Upload a mp4 or mov to the bucket click start encryption.we will now initially check for a pipeline added to this bucket you won’t have one so we will show some options to create one.
(if you want to setup encryption simply create a key here https://console.aws.amazon.com/iam/home#/encryptionKeys/ in the correct region and revisit the page your key will then show in the dropdown list)
Leave the transcode set to the S3Bubble default
And leave I won’t be using Cloudfront to serve my mediaCreate pipeline, then your encoder settings will pop up select your encryption settings and the start your job.
This will now setup everything correctly for you everything will be fully locked down.
I will try and get a new video up shortly.
Best Regards
Sam
-
This reply was modified 8 years, 9 months ago by
s3bubble.
-
This reply was modified 8 years, 9 months ago by
-
-
AuthorPosts
- The topic ‘Pipeline Jobs Error’ is closed to new replies.

