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.
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.
To follow the guide, clone this repository and explore the blog content:
-
Clone the Repository
git clone https://github.com/Mrxdls/Blog-Website.git
-
Navigate to the Blog Directory
cd Blog-Website
-
Read the Blog Posts
- Open the markdown files in your preferred text editor or IDE to read the detailed steps.
- 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).
- Blog Post: Read the full guide
This project is licensed under the MIT License.
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!