Best of AWS EC2October 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Netflix System Design- Backend Architecture

    Netflix accounts for about 15% of the world's internet bandwidth traffic. Netflix operates in two clouds Amazon Web Services and Open Connect (Netflix content delivery network) The overall Netflix system consists of three main parts. Zuul as its API gateway is built to allow dynamic routing, traffic monitoring, and security, resilience to The Netty handlers on the front and back of the filters.

  2. 2
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  3. 3
    Article
    Avatar of communityCommunity Picks·4y

    Netflix System Design- How Netflix Onboards New Content

    Netflix has a combined library of over 50,000 titles, supporting over 2200 devices. Netflix uses AWS for nearly all its computing and storage needs, including databases, analytics, recommendation engines, video transcoding, and more.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Highly Available 3-Tier Architecture Web Application in AWS

    A 3-Tier Architecture Web Application is made up of 3 separate tiers. There are several benefits to this architecture in that it scales horizontally as it needs to. For the private route tables, I split mine up into App Tier and DB Tier. You’ll also target the 2 private subnets (App-private1 and App-private 2).

  5. 5
    Article
    Avatar of awstipAWS Tip·4y

    Deploying a NodeJS Application With AWS EC2, SSL, and a Load Balancer

    This walkthrough requires adding a payment method with AWS and a purchase of a domain. You will now be viewing the details page of your security group; let’s edit the inbound rules. Make the port range 8080 - Make the source “Anywhere IPv4” - Do the same process for HTTP (port 80) and HTTPS (port 443) Your security group should look like this.