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 Answer
1
Accepted Answer

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
SUPPORT ENGINEER
Q
answered 9 months ago
  • 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

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions