Cloud Infrastructure Portfolio
This site is containerized with Docker and deployed to AWS ECS Fargate through a GitHub Actions CI/CD pipeline.
Infrastructure is provisioned with Terraform, with Amazon ECR handling container images
and an Application Load Balancer routing traffic to the running service.
GitHub Actions authenticates to AWS through OIDC, allowing deployments without long-lived AWS credentials.