prathu Dwivediprathu.hashnode.dev·Aug 31, 2024AWS Lift and Shift Project: Multi-Tier Web Application (VProfile)About The Project This project focuses on migrating a multi-tier web application, VProfile, to the AWS Cloud using a Lift and Shift strategy. The primary goal is to move the application from an on-premises environment to AWS with minimal modification...DiscussAWS
Suneel Kumar Kolasuneel.hashnode.dev·Aug 16, 2024AWS Three Tier Web ArchitectureIn this architecture, a public-facing Application Load Balancer forwards client traffic to our web tier EC2 instances. The web tier is running Nginx webservers that are configured to serve a React.js website and redirects our API calls to the applica...Discuss·2 likes·31 readsAWS
Arish Ahmadblog.arishahmad.in·Aug 10, 2024Accessing S3 Bucket Images with APIIntroduction This blog will guide you through setting up an API to access images stored in Amazon S3. We’ll leverage AWS Lambda to create a serverless function that handles image retrieval, and API Gateway to expose this functionality as a RESTful AP...Discuss·31 readsAWS Project Chronicles: From Novice to ExpertAWS
Shreyas Ladheclouddevopsfornewbies.hashnode.dev·Aug 1, 2024AWS Cloud Detailed Service Descriptions and ProjectsHere I have explained 17 AWS services and 10 projects that you can do from simple to complex to show off your skills in AWS Cloud. Each project will build on your understanding of AWS services and their integration. 1. Amazon S3 (Simple Storage Servi...Discuss·30 readsAWS VenturesAWS
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 26, 2024Deploying 💻 a NodeJS 🚀application through AWS EC2 Instance !!Lets have a look on the AWS console Overall, all we need to have a remarkable AWS console access whether you are a IAM User or ROOT User but best practices is to create and login with IAM and attach policies with it. Here we go to the EC2 dashboard a...DiscussDevOps Proaws-devops-projects
Namdev PratapforDev's projectdevprojects.hashnode.dev·Jul 18, 2024Project # 3 - Visualize data with QuickSightProject Overview In the realm of data-driven decision-making, the crucial skill of turning raw data into actionable insights stands out. Amazon QuickSight emerges as a potent business intelligence tool that enables organizations to visualize data, di...DiscussQuickSight
SUJANforAWS X SUJANsujanmagar.com.np·Jun 23, 2024Project: Static website hosting on S3Today, we will be creating a static website and host it in an S3 bucket. Overview We will use an S3 bucket to store our website files, CloudFront for content distribution & issue a certificate from AWS ACM for security. Finally, we will make updates ...Discuss·27 readsAWS
Utkarsh Rastogiawslearner.hashnode.dev·May 19, 2024AWS Beginner Level Project Idea'sEmbarking on AWS: A Beginner's Journey through Basic Cloud Projects Project 1 - S3 Hosting a static website on AWS S3 with a custom index and error page. This project involves hosting a static website on AWS S3, utilizing Amazon S3's website hosting ...Discuss·77 readsAWS
Priyanka Sadampriyanka1218.hashnode.dev·Mar 28, 2024Building a Resilient VPC for Production Environments using AWS: A Step-by-Step GuideIntroduction In this project, we will walk through the process of creating a Virtual Private Cloud (VPC) optimized for production environments. We'll focus on enhancing resiliency by deploying servers across two availability zones using auto-scaling ...Discuss·2 likesnetwork security
Pradeep Gpradeep-g2810.hashnode.dev·Mar 12, 2024AWS PROJECT -AWS LambdaAWS Lambda Trigger on S3 Bucket Creation Project Overview This project demonstrates how to set up an AWS Lambda function to trigger on S3 bucket creation events. The Lambda function logs information about the event and can be customized to perform sp...Discussaws lambda