Patel Rahulrahul-patel.hashnode.dev·Dec 6, 2023Part 1: The Cloud Resume Challenge - AWSOverview Introduction to The Cloud Resume Challenge AWS Account with IAM User and AWS Vault Setup What Is Infrastructure As Code? and What is AWS SAM? Deploy to S3 using AWS SAM Deploy HTML & CSS with the AWS SAM Objective: The primary goal of...DiscussAWS
himanshugopalkdwivedi.hashnode.dev·Dec 4, 2023Choosing Between Static and Dynamic Websites: A Comprehensive Guide :Static Website: A static website is composed of fixed, unchanging web pages. They have unchanging content that is provided to users directly from the server. The content of each page is coded in HTML and does not change unless manually updated by the...Discuss·10 likesStatic Website
Pratik MaliforThe Tech Deckthetechdeck.hashnode.dev·Nov 28, 2023Static Website vs Dynamic: Key Differences ExplainedWebsites come in two main types - static and dynamic. Understanding the core differences between these two is crucial when deciding what kind of site you want to build. This guide will explain static and dynamic websites in simple terms and highlight...DiscussStatic Website
Arjan Dhakalblog.arjandhakal.com.np·Nov 21, 2023Solving CloudFront Path Routing Issues for Static Websites Hosted on S3Introduction Recently, at work, I encountered the following scenario: A static website was uploaded to an S3 bucket with a filepath similar to the following: - index.html - page1 - index.html - page2 - index.html This S3 bucket file was ...DiscussDevops
Giulliano Silva Zanotti Sivierogsiviero.hashnode.dev·Nov 10, 2023Serving a Static Website using AWS S3If you want to serve an SPA (single-page application) using an S3 bucket, you can follow these steps. 1 - Create the Bucket Go to your S3 Bucket and create the bucket where you will store your static files. Pay attention to one detail: If you are pla...DiscussS3
FODUU Web Design Companyfoduuwebdesignindia.hashnode.dev·Nov 7, 2023Why you need a static website: Features and BenefitsA static website is a straightforward and effective online presence made up of predetermined web pages. These websites, which were created using HTML and CSS, present all visitors with the identical content. They don't require intricate server-side p...DiscussStatic Website
Sameer Jejurkarblog.cloudbuff.in·Nov 5, 2023Hosting a Serverless Web Application in AWS - Part IIThis is the second article in this series about hosting a serverless web application in AWS. In the previous article, we set up a static website using AWS S3. However, there are some problems with this - we had to enable public access on our bucket a...DiscussS3
Sameer Jejurkarblog.cloudbuff.in·Nov 5, 2023Hosting a Serverless Web Application in AWS - Part IThis is the first article in this series about hosting a serverless web application in AWS. We will start with hosting a static website and then move towards deploying a dynamic web application. In this article, we will set up a static website using ...DiscussAWS
Kinstakinsta.hashnode.dev·Nov 1, 2023Should you go static for your next web project?When the “World Wide Web” was first revealed to the public in 1991, all websites were collections of static HTML documents. These were "static" because they didn't change unless someone manually updated them. Soon, developers began to create more dyn...DiscussStatic Website
Eklak Dangaurablog.eklak.dev·Oct 9, 20234 Steps to configure CI/CD for website deployed in AWS S3Continuing from our last article regarding the static website deployment using AWS S3, we will be adding additional features of configuring CI/CD for any changes deployment to our website created in AWS S3. Requirements You have an AWS Account Creat...Discuss·1 likeAWS