Skip to content

Mrxdls/Blog-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hosting a Static Website with AWS CloudFront and S3

Welcome to my repository! This project contains a blog website where I explain how to host a static website using AWS CloudFront and S3. This guide is designed to help you understand and implement static website hosting with a focus on using AWS services effectively.

📖 Overview

In this repository, you will find a comprehensive guide on setting up a static website using Amazon Web Services (AWS). The guide covers the following topics:

  • Setting up an S3 Bucket: Learn how to create and configure an S3 bucket to store and serve your static website files.
  • Configuring CloudFront: Discover how to set up CloudFront to distribute your website content with low latency and high transfer speeds.
  • Deploying Your Site: Step-by-step instructions on deploying your static site and verifying its functionality.

🚀 Getting Started

To follow the guide, clone this repository and explore the blog content:

  1. Clone the Repository

    git clone https://github.com/Mrxdls/Blog-Website.git
  2. Navigate to the Blog Directory

    cd Blog-Website
  3. Read the Blog Posts

    • Open the markdown files in your preferred text editor or IDE to read the detailed steps.

🛠️ Technologies Used

  • AWS S3 - Object storage service for hosting static website files.
  • AWS CloudFront - Content Delivery Network (CDN) service for fast delivery of website content.
  • HTML/CSS/JavaScript - For building and styling the static website (if applicable).

🔗 Links

📄 License

This project is licensed under the MIT License.

🤔 Questions or Feedback?

If you have any questions or feedback about the guide, feel free to open an issue or contact me directly.


Feel free to adapt this template based on the specific details and structure of your project!