Best of AWS EC22023

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

    Deploy Node.js Server to AWS EC2 with Docker

    Deploy Node.js Server to AWS EC2 with Docker with Docker. Learn to set up Docker with Node.JS.js, EC2 instance & its configuration. If you don’t know the role of Docker here then let me tell you in short: Docker will bundle node.js application into small easily deployable units.

  2. 2
    Article
    Avatar of dzDZone·3y

    Docker Alternatives

    DZone will explore the Docker alternatives to your SaaS application. Join the DZone community and get the full member experience. Join For Free Docker technology has revolutionized the infrastructure management landscape in such a way that Docker has now become a synonym for containers.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Setting up a CI/CD Pipeline Process with Jenkins and Docker in AWS

    Set up a CI/CD Pipeline Process with Jenkins and Docker in AWS in AWS. We will build a simple Flask application, testing it, and deploying it to Docker Hub. The Flask application will be continuously tested while the Docker image is run as part of the pipeline process.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Building a Resilient Three-Tier Architecture on AWS with Deploying MERN Stack Application

    Building a Resilient Three-Tier Architecture on AWS with Deploying MERN Stack Application on AWS. The project will use multi-region deployment, one will be the primary region and the second will be for disaster recovery. The architecture of the project is a software architecture pattern that separates an application into three layers.

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

    Tips To Pass AWS Certified Developer Associate Exam (DVA-C02)

    AWS Certified Developer Associate Exam (DVA-C02) Harry Siddhu has listed down some major AWS services that are highly important for the exam. The information provided below is not exhaustive, but it will certainly enhance your knowledge and aid you during the exam.

  6. 6
    Article
    Avatar of btrprogBetter Programming·3y

    The Solution Architect’s Guide to Serverless

    Allen Helton: Serverless services are great, but let’s be honest — not every business has the budget to upskill its entire engineering staff. He says you can use serverless services in any software, be a Kubernetes-based app, an on-prem solution, or a serverless API.

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

    AWS Project: Architecting a Secure and Scalable Network with AWS VPCs and Subnets

    The objective of this project is to help beginners understand concepts like VPCs, subnets, Network ACLs, routing, and security groups. An AWS account that is free-tier eligible because we don’t want to spend money on this project. The next step is to set up a Bastion Host in the public subnet.

  8. 8
    Article
    Avatar of pointerPointer·3y

    gofireflyio/aiac: Artificial Intelligence Infrastructure-as-Code Generator.

    Aiac is a command line tool to generate IaC (Infrastructure as Code) templates, configurations, utilities, queries and more via OpenAI's API. The command line allows you to ask the model to generate templates for different scenarios. It will make the request, and store the resulting code to a file.

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

    How to Deploy a Docker Image to Amazon ECR and Run It on Amazon EC2

    This article provides a step-by-step guide on how to deploy a Docker image to Amazon ECR and run it on Amazon EC2. It covers topics such as installing Docker, creating a Node.js application, writing a Dockerfile, building and running Docker images, creating an EC2 instance on AWS, and moving a Docker image to ECR. By following these instructions, readers will gain the knowledge and expertise to confidently deploy their Node.js applications using Docker on AWS.

  10. 10
    Article
    Avatar of awstipAWS Tip·3y

    EC2 Auto-shutdown with Lambda

    Learn how to create an AWS Lambda function that automatically shuts down an EC2 instance when it's idle for more than 30 minutes. The article provides step-by-step instructions, including creating IAM policies and roles, setting up the Lambda function, creating triggers with Event Rule, identifying idle instances with a Python script, and testing and monitoring the lambda function.