Best of AWSOctober 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 dhhDavid Heinemeier Hansson·4y

    Why we're leaving the cloud

    Basecamp has had one foot in the cloud for well over a decade, and HEY has been running there exclusively since it was launched two years ago. The cloud excels at two ends of the spectrum, where only one end was ever relevant for us.

  3. 3
    Article
    Avatar of quastorQuastor Daily·4y

    Building a Scalable Notification Service

    Razorpay is one of India’s most valuable fintech startups. The company powers payments for over 8 million businesses in India and has been growing extremely quickly. With the increase in transactions, the Razorpay team encountered a few scalability issues - Database Bottleneck - Read query performance was getting worse and it couldn’t scale to meet the required input/output operations per second.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    Serverless Architecture For Next App

    Serverless architecture for Next App Serverless has been there for a fair amount of time but surely has come to a more mature state than it was there about a few years ago.

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

  6. 6
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API

    There are few steps to complete before going to the Coding part. Need to create Database through AWS RDS (aurora serverless database) Create the database within lib as “ database-manager’s” Then implement code of Database connection.

  7. 7
    Article
    Avatar of medium_jsMedium·4y

    Best of Level Up Coding (October 2022)

    Level Up Coding has partnered with 1648 Factory to provide access to our global community of FAANG-caliber engineers. Build a resume automatically from your GitHub profile to make it easy to find your next job.

  8. 8
    Article
    Avatar of awstipAWS Tip·4y

    Serverless Database

    Kumuthini Ashokkumar: When you work on a cloud sometimes your database is not necessarily to up and running and all the time. So for database also we have a solution called Aurora server-less Database Create Serverless Database.

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

  10. 10
    Article
    Avatar of awstipAWS Tip·4y

    Serverless CRUD API With AWS

    AWS has introduced a solution for serverless Databases. It is called Aurora Serverless. To deal with the database its status should be Active. We can store data like Hostname, port, DB name, username, password, and environment variables. This is helpful to export all the functions in the directory to the global index file. If one directory contains a set of functions, it is hard to execute one by one. This is well organized. For that, you need Postman software.

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

  12. 12
    Article
    Avatar of itnextITNEXT·4y

    How to Run a Minecraft Server on a Kubernetes Cluster

    A Minecraft server can be a fun addition to a project or company’s Plural stack. Kubernetes is a fairly large system that typically has a high hurdle cost to run. If you don’t have a Plural installation yet, check out our quickstart guide here to get up and running. For Azure or GCP, use the minecraft-azure orMinecraft-gcp bundle names.

  13. 13
    Article
    Avatar of scottlogicScott Logic·4y

    Can Web3 beat public cloud?

    Web3 sees the internet becoming a network of applications (distributed apps, or dApps), written as smart contracts, running on a public blockchain. At its core it uses blockchain technology, with the promise of being decentralised, permissionless and trustless. We’ll return to these at various points within this blog post.

  14. 14
    Article
    Avatar of dzDZone·4y

    4 Database Scaling Solutions You Need to Know

    The system's overall storage capacity is directly proportional to the number of database shards. If one shard is offline, you can still rely on the shard pool to retrieve and store your data. When a shard goes offline, only a portion of the overall dataset is unavailable at the moment.

  15. 15
    Article
    Avatar of awstipAWS Tip·4y

    Introduction to AWS IAM

    AWS Identity and Access Management (IAM) enables us to securely manage access to AWS resources. IAM is made up primarily of User, Group, Policy, and Role. This is accomplished by defining the Action (refer IAM Policy) that can be performed on specific resources under specific conditions.

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

  17. 17
    Article
    Avatar of hasuraHasura·4y

    Top PostgreSQL Database Free Tier Solutions

    Neon is a company that provides fully managed serverless Postgres databases. It automatically scales your database based on the project workload and only charges you for the amount of resources used. Fly.io Fly is a global distribution platform that allows you to deploy and run applications close to the users.

  18. 18
    Article
    Avatar of spaceliftSpacelift·4y

    8 Popular Terraform Alternatives You Should Know

    Hashicorp’s Terraform has been a major IaC tool, and I have covered a lot of content about Terraform on this blog. We will explore a few Terraform alternatives with respect to the above pointers.