← Back to Portfolio

Cloudfront Webpage

This Portfolio website is deployed on AWS Cloudfront and contains nothing fancy. It's a simple static site built with HTML, CSS (tailwinds), and JavaScript. The infrastructure is managed using Terraform(opentofu) for easy deployment and scalability.

References

Terraform deployment

We are using the opensource alternative of terraform called opentofu to deploy the infrastructure as code. Terraform deploys the following resources:

AWS Architecture Diagram for Portfolio Site

Architecture diagram showing S3, CloudFront, Route53, ACM, and Terraform deployment.

If you want to deploy a similar setup yourself, check out the repository linked above for the full code and instructions.