Terraform AWS PoC

Welcome to Blessing's Terraform AWS PoC Website!

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 GitHub

Infrastructure as Code

Using Terraform to define and provision infrastructure in a declarative configuration language. Version control your infrastructure just like application code.

AWS Integration

Leveraging AWS services like S3 for storage, CloudFront for content delivery, and more to create scalable and reliable cloud infrastructure.

Cloudflare DNS

Managing DNS with Cloudflare provides additional security, performance benefits, and simplified domain management for your applications.

Solution Architecture

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.

Security First

Implementing security best practices with proper IAM policies, bucket policies, Origin Access Control, and response headers to protect your resources and visitors.

CI/CD Ready

Set up for continuous deployment with GitHub Actions workflows that automatically deploy changes when code is pushed.

Modular Design

Built with reusable Terraform modules that can be customized and extended for different environments and requirements.