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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南