VOD Cloudfront distribution project

0

how do I connect one service to the next in this network diagram?

I'm a newbie, and feel really stupid to ask this beginner question.
Enter image description here

1 回答
1
已接受的回答

Connection between AWS services are made by passing configurations to the service resource itself. For example; with CloudFront, you set the origin domain name [1] as the S3 bucket's REST endpoint to connect to S3. Configurations are service-specific.

Looking at the diagram, it should refer to this [2] article, describing the work-flow and how to configure them. You can make use of the resources available in this article.

AWS Amplify and AWS CloudFormation are used to orchestrate the deployment and configuration of all the services involved.

AWS
支持工程师
Q
已回答 10 个月前
  • Thank you so much for this answer , and yes, that is the very article that I'm referencing this exact solution. It may be overkill for my project in that I'll only have maybe a dozen tutorials, and I'll be the only admin. but to reach worldwide, I believe that cloudfront is a great way to deliver VOD. I also have to incorporate a Stripe powered shopping cart that will allow access after tuition is remunerated.

    In that article I see brief overview of steps or directions but to actually set up the infrastructure, I need assistance, preferably as I'm building it, so that I can learn, as I do enjoy AWS.... to bad I've never been able to land a position.

    As far as setting up the infrastructure, cloudformation is the most streamlined and "full proof" instead of trying to hook everything up manually. But I don't really know cloudformation, and YAML is still new as is many of the programming languages, like React etc.

    Thanks again for your time and advice.

    Josh

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容