This website demonstrates infrastructure as code using Terraform with AWS services. The site is hosted on S3, distributed through CloudFront, with DNS managed by Cloudflare.
View on GitHubUsing Terraform to define and provision infrastructure in a declarative configuration language. Version control your infrastructure just like application code.
Leveraging AWS services like S3 for storage, CloudFront for content delivery, and more to create scalable and reliable cloud infrastructure.
Managing DNS with Cloudflare provides additional security, performance benefits, and simplified domain management for your applications.
This proof of concept demonstrates a static website hosting setup using Amazon S3 for storage, CloudFront for global content delivery, and Cloudflare for DNS management and additional security.
Implementing security best practices with proper IAM policies, bucket policies, Origin Access Control, and response headers to protect your resources and visitors.
Set up for continuous deployment with GitHub Actions workflows that automatically deploy changes when code is pushed.
Built with reusable Terraform modules that can be customized and extended for different environments and requirements.