Best of AWSFebruary 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    NodeJS Security Best Practices

    Learn how to improve the security of your NodeJS application by using packages like helmet for preventing attacks, toobusy-js for preventing DOS attacks, and express-rate-limit for rate limiting.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Advanced End-to-End DevOps Project: Deploying A Microservices APP To AWS EKS using Terraform, Helm, Jenkins And ArgoCD (Part I)

    This post discusses the implementation of an advanced end-to-end DevSecOps pipeline using various tools such as GitOps, Terraform, Jenkins, and ArgoCD. The first part of the project focuses on setting up the CI pipeline, including provisioning EC2 instances and configuring Jenkins.

  3. 3
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    6 Tips to Optimize Your Dockerfile

    This post provides 6 tips to optimize Dockerfiles, resulting in faster build times, smaller image sizes, and a more efficient containerization workflow.

  4. 4
    Video
    Avatar of fireshipFireship·2y

    this is why you're addicted to cloud computing

    Amazon web services dominates the cloud computing market, addiction to cloud computing is essential for the business model to work due to locking in customers, and there are options for reducing lock-in and egress fees.

  5. 5
    Article
    Avatar of quastorQuastor Daily·2y

    How Amazon Streams Live Video to Tens of Millions of People

    Amazon Prime Video achieves high reliability in streaming live video to millions of users and uses AWS Elemental for its tech stack. The stages involved in streaming live video include video ingestion, encoding, packaging, and delivery.

  6. 6
    Article
    Avatar of gcgitconnected·2y

    Build a Personal AI Tech News Agent

    Learn how to build a personalized AI tech news agent that crawls tech sites and summarizes key trends based on your preferences. No coding experience required.

  7. 7
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    The New Bun Killer Is By...AWS? Introducing the Low Latency RunTime (LLRT)

    AWS has introduced the Low Latency RunTime (LLRT), an experimental JavaScript runtime aimed at improving the performance of serverless applications. LLRT can be up to 10 times faster for startup and two times faster overall compared to other JavaScript runtimes such as Node.

  8. 8
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Designing and Building a Three Tier Web Application Architecture in AWS

    Learn how to design and build a three-tier web application architecture in AWS. The architecture consists of a web tier, an application tier, and a database tier. Each tier has its own set of services and components, providing benefits such as faster development, improved scalability, reliability, and security.

  9. 9
    Article
    Avatar of gitguardianGitGuardian·2y

    Top Secrets Management Tools for 2024

    This post discusses the importance of secrets management in software development and provides a list of top secrets management tools. It covers the main elements of secrets management, what to look for in a secrets management tool, and highlights several popular tools in the market.

  10. 10
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    AWS S3 and Endpoints Benefits

    AWS S3 is a highly available object storage service with security and encryption features. There are different ways to access S3 bucket, including using VPC Gateway Endpoint or VPC Interface Endpoint. Consider using interface endpoint for secure access across regions or from on-premises.

  11. 11
    Article
    Avatar of aws-buildersAWS Builders·2y

    I failed the AWS Solutions Architect Associate exam, so what?!

    The author shares their experience of failing the AWS Solutions Architect Associate exam after not studying for 10 months. Despite not passing, they are still proud of their knowledge and experience with AWS.

  12. 12
    Article
    Avatar of awstipAWS Tip·2y

    Implementing DevSecOps: Deploying a Netflix-Clone App on AWS EKS

    Learn how to implement DevSecOps by deploying a Netflix-Clone app on AWS EKS using modern tools like Jenkins, Docker, Sonarqube, Prometheus, Grafana, and ArgoCD.

  13. 13
    Article
    Avatar of aws-buildersAWS Builders·2y

    Elevating Your AWS Lambda Game With Middy And TypeScript

    Discover how Middy enhances AWS Lambda development by addressing challenges and streamlining the process. Learn how to integrate Middy and explore essential middlewares to enhance your serverless functions.

  14. 14
    Article
    Avatar of awstipAWS Tip·2y

    Python and Boto3: Automating AWS Services

    Learn how to automate AWS services using Python and Boto3. The post covers how to stop AWS EC2 instances on a schedule, the use of Boto3 SDK, and integrating the script with Lambda function and Amazon EventBridge trigger.

  15. 15
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Connect a Domain Name to a Website Hosted on AWS EC2

    Learn how to connect a domain name to a website hosted on AWS EC2 by following the steps in this tutorial. Set up your website on EC2, configure Route 53 for DNS management, update nameservers with your domain provider, and wait for DNS propagation.

  16. 16
    Article
    Avatar of medium_jsMedium·2y

    Top 5 Terraform Projects for AWS to Boost Your Resume (Easy, Intermediate, Expert Levels) with Repository Links

    Explore top Terraform projects for AWS with varying difficulty levels. Learn how to deploy a static website, automate application deployment, create a two-tier architecture, deploy a high-availability AWS architecture, and build a multi-tier architecture.

  17. 17
    Article
    Avatar of pulumiPulumi·2y

    Low-Code LLM Apps with LocalAI, Flowise, and Pulumi on AWS

    Learn how to build Low-Code LLM Apps using Flowise and LocalAI on AWS with the help of Pulumi.

  18. 18
    Video
    Avatar of discdotDiscover .NET·2y

    The Messaging Pattern You NEED To Know in .NET

    Learn about the transactional outbox pattern in messaging using .NET and the importance of using it. Discover alternatives to the outbox pattern and how to implement it using Amazon SQS.

  19. 19
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    A Step-by-Step Guide to Deploying a Node.js Application on Amazon EC2

    Learn how to deploy a Node.js application on Amazon EC2 in a step-by-step guide. Set up an EC2 instance, install Node.js and NPM using nvm, clone a repository from GitHub, and access your application.