- Static website for AS394414 using the minimal theme by orderedlist.
- as394414.net is hosted on AWS.
- DNS: Route53.
- GitHub: static website content in this repository.
- Hosting: CloudFront distribution with S3 bucket as origin.
- Automation: commits are automatically pulled into the S3 bucket using the AWS CodePipeline integration with GitHub Webhooks. Pipeline execution notifications are done with SNS+SES.
- This is overkill for a single page static website, but I wanted to test some AWS features and I figured this was a good way to accomplish that.
- Use file versions in S3 so the CloudFront distribution refreshes more quickly after a commit is pulled from GitHub. Right now the cache settings are configured in the distribution itself, so it may take a while for latest commit to sync across all CloudFront edge locations. This would be more useful for sites that content is changed more often.
- Review architecture to match with latest recommendations from AWS.
The minimal theme is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.