Hosting Architecture
This website is a simple architecutre using AWS services:
- AWS S3: Stores the static website files.
- CloudFront: Ensures fast global content delivery.
- AWS Certificate Manager: Secures the website with HTTPS.
- GoDaddy: Manages the custom domain name and DNS.
CI/CD Pipeline
The continuous integration and delivery pipeline ensures that changes pushed to the main branch are automatically deployed:
- GitHub Actions: Triggers workflows on changes to the repository.
- AWS CLI: Syncs files to the S3 bucket.
- CloudFront Invalidation: Clears cached content for updates to propagate instantly.
Go Home