aws-samples / aws-media-services-simple-vod-workflow

Lab that covers video conversion workflow for Video On Demand using AWS MediaConvert.
Apache License 2.0
373 stars 145 forks source link

Update MediaConvertIAMandS3.yaml #43

Closed aldy120 closed 11 months ago

aldy120 commented 1 year ago

Prevent the access denied caused by Block Public Access.

Issue #, if available: N/A

Description of changes: The bucket cannot be created. After tests, I noticed that the error might due to default block public access settings. After modifying CloudFormation template, I can run the stack.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.