Best of AWS EC22022

  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 awstipAWS Tip·4y

    Day 9 | Load Balancing

    Elastic Load Balancers are servers that forward traffic to multiple servers (e.g., EC2 instances) downstream. Expose a single point of access (DNS) to your application - Seamlessly handle failures of downstream instances.

  4. 4
    Article
    Avatar of bytebytegoByteByteGo·4y

    Message Queue and NoSQL with 10x Performance Boost

    When Apache Cassandra came out around the late 2000s, AWS EC2 instances with a few physical cores and 64GB of RAM were considered high end. In order to take full advantage of these advances, high performance software requires new designs.

  5. 5
    Article
    Avatar of hashnodeHashnode·4y

    Terraform Basics

    Terraform is an infrastructure management tool developed by HashiCorp. It lets you provision and maintain cloud resources like Servers, Networking, Storage etc. It is a tool/command line program we run to define and make changes to our infrastructure. We can think terraform as Setting up blank canvas, but we still need other tools to Not its not lets understand this.

  6. 6
    Article
    Avatar of awstipAWS Tip·4y

    1 Dollar DevOps: Terraform + Docker + Nginx

    This blog post is for the new SRE or Cloud Developer who is hesitant to create an AWS account or GCP account because of the possibly incurred costs.

  7. 7
    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.

  8. 8
    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).

  9. 9
    Article
    Avatar of quastorQuastor Daily·4y

    How the BBC uses Serverless

    The BBC relies heavily on Functions as a Service (FaaS) for scaling, specifically AWS Lambda functions. All traffic to the BBC website goes to the Global Traffic Manager, which is a web server based on N We’ll go through a couple of the things they did.

  10. 10
    Article
    Avatar of communityCommunity Picks·4y

    When Is Serverless More Expensive Than Containers?

    Serverless applications offer significant cost of ownership (TCO) advantages compared to containers. Comparing provisioned services like EC2 with a pay-for-what-you-use service like Lambda is difficult but not impossible to do. The tipping point is usually difficult to objectify.

  11. 11
    Article
    Avatar of awstipAWS Tip·4y

    This Code Works! — Getting your Linux Development Terminal Ready with AWS CLI

    IaC and CLI are the two sides of the same Cloud Coin when it comes to infrastructure resource management. Together they are the real Power Duo!

  12. 12
    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.