Skip to content

Mohammadaeraf/aws-static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

AWS Static Website Deployment πŸš€

This project demonstrates how to deploy a static website on AWS using:

  • Amazon S3 (Static Website Hosting)
  • Amazon CloudFront (CDN)
  • Amazon Route 53 (DNS Management)
  • AWS Certificate Manager (HTTPS)

πŸ— Architecture Overview

graph TD
    User[User Browser] -->|HTTPS| R53[Route 53]
    R53 -->|DNS Alias| CF[CloudFront Distribution]
    CF -->|Origin Access| S3[S3 Bucket]

    subgraph AWS Cloud
        R53
        CF
        S3
    end

Loading

About

Deploying a static website on AWS using S3, CloudFront, and Route 53.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages