Best of AWSMarch 2023

  1. 1
    Article
    Avatar of awstipAWS Tip·3y

    Building Scalable and Secure Web Applications with Three-Tier Architecture on AWS

    Building Scalable and Secure Web Applications with Three-Tier Architecture on AWS is a popular solution that divides an application into three layers: presentation, application, and database. This article will discuss the benefits of using three-tier architecture on AWS and provide a step-by-step guide on implementing it.

  2. 2
    Article
    Avatar of medium_jsMedium·3y

    Designing a Fault-Tolerant Web Application: Building a Highly Available 3-Tier Architecture

    A 3-tier architecture is a type of software architecture that is commonly used to develop web-based applications. The architecture consists of three layers or tiers, each responsible for different functions. The three tiers are interconnected and communicate with each other through well-defined interfaces.

  3. 3
    Article
    Avatar of colkgirlCode Like A Girl·3y

    Guide to Containerization with Docker

    This post is a guide to containerization with Docker. It covers the process of building a Docker file for Python/Boto3, cloning repositories with Git, creating and running Docker containers, verifying access to repository directories, and cleaning up Docker containers.

  4. 4
    Article
    Avatar of awstipAWS Tip·3y

    How to save money with hexagonal architecture and SST

    Learn how to save money with hexagonal architecture and SST by deploying serverless applications to AWS. The post explains the problem with deploying containerized applications in AWS or GCP and introduces the SST framework that allows you to define the AWS architecture for your applications. It also explores the use of hexagonal architecture to organize your project and isolate business logic from technical aspects.

  5. 5
    Article
    Avatar of awstipAWS Tip·3y

    A guide to Creating a Three-Tier Architecture on AWS

    A guide to creating a three-tier architecture on AWS, including an explanation of each tier and their benefits.

  6. 6
    Article
    Avatar of phProduct Hunt·3y

    AWS icons - Product Information, Latest Updates, and Reviews 2024

    Discover, copy+paste, or download high-quality AWS service icons for your tech stack. Get icons in SVG and PNG formats with webpage links and docs pages for each service.

  7. 7
    Article
    Avatar of medium_jsMedium·3y

    How to Deploy Cloud-Agnostic Jenkins CI/CD Pipelines using Terraform

    Learn how to deploy Cloud-Agnostic Jenkins CI/CD pipelines using Terraform. The tutorial covers the pre-requisites, initializing Terraform, creating Terraform files, deploying AWS resources, and verifying the Jenkins deployment and S3 bucket permissions.