Best of AWS EC22024

  1. 1
    Article
    Avatar of gcgitconnected·2y

    This should be your first AWS Project if you are a beginner using AWS EC2, VPCs and Spring Boot

    This project is an ideal starting point for beginners in AWS, focusing on deploying a simple Spring Boot app using EC2 instances and custom VPCs. You will learn to configure subnets, an Internet gateway, and route tables, as well as hosting a jar file in AWS S3. The guide emphasizes understanding foundational AWS components like EC2 and VPC for a comprehensive cloud learning experience.

  2. 2
    Video
    Avatar of beabetterdevBe A Better Dev·1y

    I Wish I Knew This One Thing Before Learning AWS

    Understanding the core services in AWS, such as EC2, S3, SQS, SNS, and DynamoDB, is essential before diving into other services. These foundational services form the basis upon which other, more advanced services are built. Having a strong understanding of these basics will facilitate learning and using more complex AWS offerings.

  3. 3
    Article
    Avatar of medium_jsMedium·2y

    How We Decreased Our Monthly AWS Costs from $10,000 to $1,500

    Managing cloud infrastructure can become costly if not optimized. This guide shares steps to significantly reduce AWS costs from $10,000 to $1,500 per month. Key actions include cleaning up ECR images, optimizing ECS Fargate services, managing S3 storage, converting VPN usage to SSH tunnels, right-sizing RDS and DocumentDB instances, purchasing ECS savings plans, consolidating load balancers, removing redundant IPv4 addresses and environments, and right-sizing remaining resources.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    Multi-stage CI/CD Pipeline

    This post provides a guide on setting up a multi-stage CI/CD pipeline for a food waste management system. It covers topics such as EC2 instance creation, NGINX server configuration, setting up target groups and load balancers, AWS Systems Manager Parameter Store, CodeBuild, CodeDeploy, CodePipeline, Git-Secret, Snyk, Route53 hosted zone, connecting Namecheap domain to Route53, Certificate Manager, and application demo.

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

    Deploying Your Node.js Application to AWS EC2: A Step-by-Step Guide

    Learn how to deploy a Node.js application to AWS EC2 with this step-by-step guide. Create an AWS account, launch an EC2 instance, install Node.js and NPM, configure inbound rules, clone a repository from GitHub, and start your Node.js application.

  6. 6
    Article
    Avatar of faunFaun·2y

    Building Infrastructure to Serve Millions of Users on AWS: Preparation

    This post provides step-by-step instructions on building infrastructure to serve millions of users on AWS. It covers topics such as creating virtual machines, installing WordPress on a virtual machine, creating a database on AWS, and connecting WordPress to an S3 bucket.

  7. 7
    Article
    Avatar of collectionsCollections·2y

    A Step-by-Step Guide to Deploying React App using GitLab CI/CD on AWS EC2

    A guide to deploying a React app on AWS EC2 using GitLab CI/CD, including steps for setting up an EC2 instance, configuring the instance, uploading the application code, accessing the deployed application, and securing server credentials.

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

    Host WordPress Sites using EC2 + Nginx Reverse Proxy + Let’s Encrypt + Domain Name: A Detailed Guide

    A detailed guide on how to host WordPress sites using EC2, configure Nginx reverse proxy, and secure the website using Let's Encrypt SSL certificates.

  9. 9
    Article
    Avatar of awstipAWS Tip·2y

    Host your HTML, CSS, and JS files on AWS EC2 using HTTPD.

    A step-by-step guide on hosting HTML, CSS, and JS files on AWS EC2 using HTTPD

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